Click or drag to resize
CARCMAPiLoadSPF Method
Load all the shape files generated by importing a SPF into ArcMap.

Available since Oasis montaj version: 8.0
License: Available to anyone.  

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Syntax
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