Click or drag to resize
CARCMAPiLoadShape Method
Load a shape file into ArcMap.

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

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Syntax
public static int iLoadShape(
	string str1,
	int i2
)

Parameters

str1
Type: SystemString
shape file to load
i2
Type: SystemInt32
delete existing layers?

Return Value

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