Click or drag to resize
CARCMAPLoadMapView Method
Load a Geosoft Map as a layer into the current data frame

Available since Oasis montaj version: 8.0
License: Available to anyone.  

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Syntax
public static void LoadMapView(
	CGXNETCore gxNetShared,
	string map,
	string view,
	string layer,
	int all
)

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