Click or drag to resize
CEMAPLoadWithView Method
Load an EMAP with the view from a current EMAP.

Available since Oasis montaj version: 5.0.0
Limitations: May not be available if running outside of a Oasis Montaj or from a command line program.  
License: Available to anyone.  

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
Can only be run in interactive mode. Is used by dbsubset to create a new database with the same view as previously.
Syntax
public static CEMAP LoadWithView(
	string str1,
	CEMAP oEMAP2
)

Parameters

str1
Type: SystemString
Source Map name
oEMAP2
Type: Geosoft.Desktop.GXNetCEMAP
EMAP to use as the source view

Return Value

Type: CEMAP
New EMAP handle.
See Also