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.

Available since Oasis montaj version: 5.0
License: Available to anyone with an Oasis Montaj license.  
Limitations: May not be available if running outside of a Oasis Montaj or from a command line program.  

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Notes
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.
Syntax
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
See Also