Click or drag to resize

CEDOCUnLoad Method

Unloads an edited document.

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

public static void UnLoad(
	CGXNETCore gxNetShared,
	string name,
	int type
)

Parameters

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