Click or drag to resize

CEDBUnLoadDiscard Method

Unloads a database in the workspace, discards changes.

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

public static void UnLoadDiscard(
	CGXNETCore gxNetShared,
	string name
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
name
Type: SystemString
Name of database to unload
Remarks
If the database is not loaded, nothing happens.
See Also