Click or drag to resize

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
Syntax
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
)

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