Click or drag to resize

CEDBLoadNew Method

Loads a database into the workspace, flags as new.

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

public static CEDB LoadNew(
	CGXNETCore gxNetShared,
	string name
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
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