Click or drag to resize

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
Syntax
public static void LoadMapView(
	string map,
	string view,
	string layer,
	int all
)

public static void LoadMapView(
	string map,
	string view,
	string layer,
	int all
)

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