Click or drag to resize

CGUIiCoordSysWizardLicensed Method

Launch the coordinate system definition/display GUI.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static int iCoordSysWizardLicensed(
	CIPJ ipj,
	int editable,
	int mode,
	string source_label,
	string source
)

public static int iCoordSysWizardLicensed(
	CIPJ ipj,
	int editable,
	int mode,
	string source_label,
	string source
)

Parameters

ipj
Type: GeoEngine.Core.GXNetCIPJ
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
Remarks
Same as iCoordSysWizardLicensed_GUI but will always be editable. The other method is not editable in the viewer while this one is.
See Also