Click or drag to resize
CGUIiGCSDatumWarningSHPDBEx Method
Launch the GCS Datum Warning dialogue for SHP files (Database).

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

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
Runs the GCS Warning dialogue with multiple data sources (Database)
Syntax
public static int iGCSDatumWarningSHPDBEx(
	CLST oLST1,
	CLST oLST2,
	CLST oLST3,
	CDB oDB4
)

Parameters

oLST1
Type: GeoEngine.Core.GXNetCLST
Data source names
oLST2
Type: GeoEngine.Core.GXNetCLST
Corresponding datum names
oLST3
Type: GeoEngine.Core.GXNetCLST
Returned corresponding LDT names
oDB4
Type: GeoEngine.Core.GXNetCDB
DB

Return Value

Type: Int32
0 - Ok 1 - Cancel
See Also