Click or drag to resize

CARCMAPiLoadShape Method

Load a shape file into ArcMap.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static int iLoadShape(
	string shp,
	int delete_existing
)

public static int iLoadShape(
	string shp,
	int delete_existing
)

Parameters

shp
Type: SystemString
Shape file to load
delete_existing
Type: SystemInt32
Delete existing layers?

Return Value

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