Click or drag to resize
CGUIiCoordSysWizardLicensed Method
Launch the coordinate system definition/display GUI.

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
Same as iCoordSysWizardLicensed_GUI but will always be editable. The other method is not editable in the viewer while this one is.
Syntax
public static int iCoordSysWizardLicensed(
	CGXNETCore gxNetShared,
	CIPJ ipj,
	int editable,
	int mode,
	string source_label,
	string source
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
ipj
Type: GeoEngine.Core.GXNetXCIPJ
IPJ object
editable
Type: SystemInt32
Editable IPJ (0:No, 1:Yes)
mode
Type: SystemInt32
<define>COORDSYS_MODE</define>
source_label
Type: SystemString
Data source label
source
Type: SystemString
Data source

Return Value

Type: Int32
0 - Ok 1 - Cancel
See Also