Click or drag to resize

CGUIiExportXYZTemplateEditor Method (CDB, String, Int32)

Allows the user to edit XYZ export template using a complex dialog. The Template name may change during editing.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static int iExportXYZTemplateEditor(
	CDB db,
	string templ,
	int size
)

public static int iExportXYZTemplateEditor(
	CDB db,
	string templ,
	int size
)

Parameters

db
Type: GeoEngine.Core.GXNetCDB
Database
templ
Type: SystemString
Name of the Template (can change)
size
Type: SystemInt32
Size of the Template

Return Value

Type: Int32
0 - OK 1 - Error
Remarks
Only uses the current DB. This function does not exactly work as supposed to. Instead of using the EDB handle passed to it, it only will use the current DB. Please see ExportXYXTemplateEditorEx_GUI for an updated function.
See Also