Click or drag to resize
CEDBLoadNew Method
Loads a database into the workspace, flags as new.

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
See Load_EDB. This is used for brand new databases, to set an internal flag such that if on closing the user chooses not to save changes, the database is deleted.
Syntax
public static CEDB LoadNew(
	string str1
)

Parameters

str1
Type: SystemString
Database to load.

Return Value

Type: CEDB
Handle to the current edited database.
See Also