Click or drag to resize

CEDBLoadNew Method

Loads a database into the workspace, flags as new.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static CEDB LoadNew(
	string name
)

public static CEDB LoadNew(
	string name
)

Parameters

name
Type: SystemString
Database to load.

Return Value

Type: CEDB
Handle to the current edited database.
Remarks
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.
See Also