Click or drag to resize

CGUIiExportXYZTemplateEditor Method (CGXNETCore, 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.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntax
public static int iExportXYZTemplateEditor(
	CGXNETCore gxNetShared,
	CDB db,
	string templ,
	int size
)

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

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
db
Type: GeoEngine.Core.GXNetXCDB
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