Click or drag to resize

CEMAPLoadWithView Method

Load an EMAP with the view from a current EMAP.

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntax
public static CEMAP LoadWithView(
	CGXNETCore gxNetShared,
	string name,
	CEMAP p2
)

public static CEMAP LoadWithView(
	CGXNETCore gxNetShared,
	string name,
	CEMAP p2
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
name
Type: SystemString
Source Map name
p2
Type: Geosoft.Desktop.GXNetXCEMAP
EMAP to use as the source view

Return Value

Type: CEMAP
New EMAP handle.
Remarks
Can only be run in interactive mode. Is used by dbsubset to create a new database with the same view as previously.
See Also