Click or drag to resize

CEDBDestroyView Method

Removes the view from the workspace.

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void DestroyView(
	int unload_flag
)

public void DestroyView(
	int unload_flag
)

Parameters

unload_flag
Type: SystemInt32
<define>EDB_REMOVE</define>
Remarks
Can only be run in interactive mode. After this call the EDB object will become invalid. If this is the last view on the document and the document has been modified the map will be unloaded and optionally saved depending on the <define>EDB_REMOVE</define> parameter.
See Also