Click or drag to resize
CEDBLoadWithView Method
Load an EDB with the view from a current EDB.

Available since Oasis montaj version: 5.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.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.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 CEDB LoadWithView(
	CGXNETCore gxNetShared,
	string name,
	CEDB p2
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
name
Type: SystemString
Source DB name
p2
Type: Geosoft.Desktop.GXNetXCEDB
EDB to use as the source view

Return Value

Type: CEDB
New EDB handle.
See Also