 | CARCMAPiLoadShape Method |
Load a shape file into ArcMap.
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static int iLoadShape(
string shp,
int delete_existing
)
public static int iLoadShape(
string shp,
int delete_existing
)
Public Shared Function iLoadShape (
shp As String,
delete_existing As Integer
) As Integer
Public Shared Function iLoadShape (
shp As String,
delete_existing As Integer
) As Integer
public:
static int iLoadShape(
String^ shp,
int delete_existing
)
public:
static int iLoadShape(
String^ shp,
int delete_existing
)
static member iLoadShape :
shp : string *
delete_existing : int -> int
static member iLoadShape :
shp : string *
delete_existing : int -> int
Parameters
- shp
- Type: SystemString
Shape file to load - delete_existing
- Type: SystemInt32
Delete existing layers?
Return Value
Type:
Int320- OK, 1 - Error, -1 - Cancel
See Also