Click or drag to resize

CEDOCUnLoad Method

Unloads an edited document.

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

public static void UnLoad(
	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. Same as UnLoadVerify_EDOC with FALSE to prompt save.
See Also