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

Available since Oasis montaj version: 5.0.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.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.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(
	CIPJ oIPJ1,
	int i2,
	int i3,
	string str4,
	string str5
)

Parameters

oIPJ1
Type: GeoEngine.Core.GXNetCIPJ
IPJ object
i2
Type: SystemInt32
Editable IPJ (0:No, 1:Yes)
i3
Type: SystemInt32
See COORDSYS_MODEConstant
str4
Type: SystemString
Data source label
str5
Type: SystemString
Data source

Return Value

Type: Int32
0 - Ok 1 - Cancel
See Also