Click or drag to resize

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
Syntax
public static int iLoadSPF(
	string shp,
	int num_shp
)

public static int iLoadSPF(
	string shp,
	int num_shp
)

Parameters

shp
Type: SystemString
List of shape files to load
num_shp
Type: SystemInt32
Number of shape files

Return Value

Type: Int32
0- OK, 1 - Error, -1 - Cancel
See Also