Click or drag to resize

CGUIiImportXYZTemplateEditor Method (CDB, String, Int32, String)

Allows the user to edit XYZ import templates 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 iImportXYZTemplateEditor(
	CDB db,
	ref string templ,
	int size,
	string file
)

public static int iImportXYZTemplateEditor(
	CDB db,
	ref string templ,
	int size,
	string file
)

Parameters

db
Type: GeoEngine.Core.GXNetCDB
Database
templ
Type: SystemString
Name of the Template (can change)
size
Type: SystemInt32
Size of the Template
file
Type: SystemString
Name of the XYZ file to base it on

Return Value

Type: Int32
0 - OK 1 - Error
See Also