Click or drag to resize

CEDBUnLoadDiscard Method

Unloads a database in the workspace, discards changes.

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

public static void UnLoadDiscard(
	string name
)

Parameters

name
Type: SystemString
Name of database to unload
Remarks
If the database is not loaded, nothing happens.
See Also