 | CARCMAPLoadMapView Method |
Load a Geosoft Map as a layer into 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 LoadMapView(
string map,
string view,
string layer,
int all
)
public static void LoadMapView(
string map,
string view,
string layer,
int all
)
Public Shared Sub LoadMapView (
map As String,
view As String,
layer As String,
all As Integer
)
Public Shared Sub LoadMapView (
map As String,
view As String,
layer As String,
all As Integer
)
public:
static void LoadMapView(
String^ map,
String^ view,
String^ layer,
int all
)
public:
static void LoadMapView(
String^ map,
String^ view,
String^ layer,
int all
)
static member LoadMapView :
map : string *
view : string *
layer : string *
all : int -> unit
static member LoadMapView :
map : string *
view : string *
layer : string *
all : int -> unit
Parameters
- 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