 | CARCMAPLoadShape Method |
Load a SHP file to the current data frame
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void LoadShape(
string file,
string layer_prefix,
string layer_suffix
)
public static void LoadShape(
string file,
string layer_prefix,
string layer_suffix
)
Public Shared Sub LoadShape (
file As String,
layer_prefix As String,
layer_suffix As String
)
Public Shared Sub LoadShape (
file As String,
layer_prefix As String,
layer_suffix As String
)
public:
static void LoadShape(
String^ file,
String^ layer_prefix,
String^ layer_suffix
)
public:
static void LoadShape(
String^ file,
String^ layer_prefix,
String^ layer_suffix
)
static member LoadShape :
file : string *
layer_prefix : string *
layer_suffix : string -> unit
static member LoadShape :
file : string *
layer_prefix : string *
layer_suffix : string -> unit
Parameters
- file
- Type: SystemString
File Name - layer_prefix
- Type: SystemString
Layer Name Prefix: An underscore is added automatically - layer_suffix
- Type: SystemString
Layer Name Suffix An underscore is added automatically
Remarks
The input layer name is created using the (optional) prefix and suffix as follows:
Prefix_NAME_Suffix
See Also