 | CARCMAPLoadShape Method |
Load a SHP file to the current data frame
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntaxpublic static void LoadShape(
CGXNETCore gxNetShared,
string file,
string layer_prefix,
string layer_suffix
)
public static void LoadShape(
CGXNETCore gxNetShared,
string file,
string layer_prefix,
string layer_suffix
)
Public Shared Sub LoadShape (
gxNetShared As CGXNETCore,
file As String,
layer_prefix As String,
layer_suffix As String
)
Public Shared Sub LoadShape (
gxNetShared As CGXNETCore,
file As String,
layer_prefix As String,
layer_suffix As String
)
public:
static void LoadShape(
CGXNETCore^ gxNetShared,
String^ file,
String^ layer_prefix,
String^ layer_suffix
)
public:
static void LoadShape(
CGXNETCore^ gxNetShared,
String^ file,
String^ layer_prefix,
String^ layer_suffix
)
static member LoadShape :
gxNetShared : CGXNETCore *
file : string *
layer_prefix : string *
layer_suffix : string -> unit
static member LoadShape :
gxNetShared : CGXNETCore *
file : string *
layer_prefix : string *
layer_suffix : string -> unit
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - 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