Click or drag to resize

CGUIiImportXYZTemplateEditor Method (CGXNETCore, CDB, String, String)

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

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

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
db
Type: GeoEngine.Core.GXNetXCDB
Database
templ
Type: SystemString
Name of the Template (can change)
file
Type: SystemString
Name of the XYZ file to base it on

Return Value

Type: Int32
0 - OK 1 - Error
See Also