Click or drag to resize
CGUIiGCSDatumWarningSHP Method
Launch the GCS Datum Warning dialog for SHP files.

Available since Oasis montaj version: 7.1
License: Available to anyone.  

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Notes
Runs the GCS Warning dialog with one data source
Syntax
public static int iGCSDatumWarningSHP(
	CGXNETCore gxNetShared,
	string data_source,
	CIPJ ipj
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
data_source
Type: SystemString
Data source
ipj
Type: GeoEngine.Core.GXNetXCIPJ
IPJ object

Return Value

Type: Int32
0 - Ok 1 - Cancel
See Also