 | CGUIiGCSDatumWarningSHP Method |
Launch the GCS Datum Warning dialog for SHP files.
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntaxpublic static int iGCSDatumWarningSHP(
CGXNETCore gxNetShared,
string data_source,
CIPJ ipj
)
public static int iGCSDatumWarningSHP(
CGXNETCore gxNetShared,
string data_source,
CIPJ ipj
)
Public Shared Function iGCSDatumWarningSHP (
gxNetShared As CGXNETCore,
data_source As String,
ipj As CIPJ
) As Integer
Public Shared Function iGCSDatumWarningSHP (
gxNetShared As CGXNETCore,
data_source As String,
ipj As CIPJ
) As Integer
public:
static int iGCSDatumWarningSHP(
CGXNETCore^ gxNetShared,
String^ data_source,
CIPJ^ ipj
)
public:
static int iGCSDatumWarningSHP(
CGXNETCore^ gxNetShared,
String^ data_source,
CIPJ^ ipj
)
static member iGCSDatumWarningSHP :
gxNetShared : CGXNETCore *
data_source : string *
ipj : CIPJ -> int
static member iGCSDatumWarningSHP :
gxNetShared : CGXNETCore *
data_source : string *
ipj : CIPJ -> int
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
RemarksRuns the GCS Warning dialog with one data source
See Also