 | CARCMAPiLoadSPF Method |
Load all the shape files generated by importing a SPF into ArcMap.
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static int iLoadSPF(
string shp,
int num_shp
)
public static int iLoadSPF(
string shp,
int num_shp
)
Public Shared Function iLoadSPF (
shp As String,
num_shp As Integer
) As Integer
Public Shared Function iLoadSPF (
shp As String,
num_shp As Integer
) As Integer
public:
static int iLoadSPF(
String^ shp,
int num_shp
)
public:
static int iLoadSPF(
String^ shp,
int num_shp
)
static member iLoadSPF :
shp : string *
num_shp : int -> int
static member iLoadSPF :
shp : string *
num_shp : int -> int
Parameters
- shp
- Type: SystemString
List of shape files to load - num_shp
- Type: SystemInt32
Number of shape files
Return Value
Type:
Int320- OK, 1 - Error, -1 - Cancel
See Also