Click or drag to resize

CEDOCUnLoadDiscard Method

Unloads a document 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,
	int type
)

public static void UnLoadDiscard(
	string name,
	int type
)

Parameters

name
Type: SystemString
Name of document to unload
type
Type: SystemInt32
<define>EDOC_TYPE</define>
Remarks
If the document is not loaded, nothing happens.
See Also