Click or drag to resize

CGUIiGCSDatumWarningSHPDBEx Method

Launch the GCS Datum Warning dialog for SHP files (Database).

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static int iGCSDatumWarningSHPDBEx(
	CLST source_lst,
	CLST datum_from_lst,
	CLST ldtlst,
	CDB db
)

public static int iGCSDatumWarningSHPDBEx(
	CLST source_lst,
	CLST datum_from_lst,
	CLST ldtlst,
	CDB db
)

Parameters

source_lst
Type: GeoEngine.Core.GXNetCLST
Data source names
datum_from_lst
Type: GeoEngine.Core.GXNetCLST
Corresponding datum names
ldtlst
Type: GeoEngine.Core.GXNetCLST
Returned corresponding LDT names
db
Type: GeoEngine.Core.GXNetCDB

Return Value

Type: Int32
0 - Ok 1 - Cancel
Remarks
Runs the GCS Warning dialog with multiple data sources (Database)
See Also