 | CGUIiGCSDatumWarningSHPEx Method |
Launch the GCS Datum Warning dialog for SHP files.
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static int iGCSDatumWarningSHPEx(
CLST source_lst,
CLST datum_from_lst,
CLST ldtlst,
CMVIEW mview
)
public static int iGCSDatumWarningSHPEx(
CLST source_lst,
CLST datum_from_lst,
CLST ldtlst,
CMVIEW mview
)
Public Shared Function iGCSDatumWarningSHPEx (
source_lst As CLST,
datum_from_lst As CLST,
ldtlst As CLST,
mview As CMVIEW
) As Integer
Public Shared Function iGCSDatumWarningSHPEx (
source_lst As CLST,
datum_from_lst As CLST,
ldtlst As CLST,
mview As CMVIEW
) As Integer
public:
static int iGCSDatumWarningSHPEx(
CLST^ source_lst,
CLST^ datum_from_lst,
CLST^ ldtlst,
CMVIEW^ mview
)
public:
static int iGCSDatumWarningSHPEx(
CLST^ source_lst,
CLST^ datum_from_lst,
CLST^ ldtlst,
CMVIEW^ mview
)
static member iGCSDatumWarningSHPEx :
source_lst : CLST *
datum_from_lst : CLST *
ldtlst : CLST *
mview : CMVIEW -> int
static member iGCSDatumWarningSHPEx :
source_lst : CLST *
datum_from_lst : CLST *
ldtlst : CLST *
mview : CMVIEW -> int
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 - mview
- Type: GeoEngine.Core.GXNetCMVIEW
Return Value
Type:
Int32
0 - Ok
1 - Cancel
RemarksRuns the GCS Warning dialog with multiple data sources
See Also