Click or drag to resize
CGUIiImportXYZTemplateEditor Method (CGXNETCore, IWin32Window, CDB, String, Int32, String)
Allows the user to edit XYZ import templates 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)
Syntax
public static int iImportXYZTemplateEditor(
	CGXNETCore gxNetShared,
	IWin32Window owner,
	CDB db,
	string templ,
	int size,
	string file
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
owner
Type: System.Windows.FormsIWin32Window
The IWin32Window the message box will display in front of.
db
Type: GeoEngine.Core.GXNetXCDB
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