Click or drag to resize
CARCMAPLoadShape Method
Load a SHP file to the current data frame

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)
Notes
The input layer name is created using the (optional) prefix and suffix as follows: Prefix_NAME_Suffix
Syntax
public static void LoadShape(
	string str1,
	string str2,
	string str3
)

Parameters

str1
Type: SystemString
File Name
str2
Type: SystemString
Layer Name Prefix: An underscore is added automatically
str3
Type: SystemString
Layer Name Suffix An underscore is added automatically
See Also