 | CARCMAPLoadMapView Method |
Load a Geosoft Map as a layer into 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 LoadMapView(
CGXNETCore gxNetShared,
string map,
string view,
string layer,
int all
)
public static void LoadMapView(
CGXNETCore gxNetShared,
string map,
string view,
string layer,
int all
)
Public Shared Sub LoadMapView (
gxNetShared As CGXNETCore,
map As String,
view As String,
layer As String,
all As Integer
)
Public Shared Sub LoadMapView (
gxNetShared As CGXNETCore,
map As String,
view As String,
layer As String,
all As Integer
)
public:
static void LoadMapView(
CGXNETCore^ gxNetShared,
String^ map,
String^ view,
String^ layer,
int all
)
public:
static void LoadMapView(
CGXNETCore^ gxNetShared,
String^ map,
String^ view,
String^ layer,
int all
)
static member LoadMapView :
gxNetShared : CGXNETCore *
map : string *
view : string *
layer : string *
all : int -> unit
static member LoadMapView :
gxNetShared : CGXNETCore *
map : string *
view : string *
layer : string *
all : int -> unit
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - map
- Type: SystemString
Map File Name - view
- Type: SystemString
View Name - layer
- Type: SystemString
Layer Name - all
- Type: SystemInt32
Pass TRUE to also render other views in map (Use second parameter view for location)
See Also