Click or drag to resize

CARCMAPiLoadSPF Method

Load all the shape files generated by importing a SPF into ArcMap.

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntax
public static int iLoadSPF(
	CGXNETCore gxNetShared,
	string shp,
	int num_shp
)

public static int iLoadSPF(
	CGXNETCore gxNetShared,
	string shp,
	int num_shp
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
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