Click or drag to resize
CEDBDestroyView Method
Removes the view from the workspace.

Available since Oasis montaj version: 5.0.0
Limitations: May not be available if running outside of a Oasis Montaj or from a command line program.  
License: Available to anyone.  

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
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 EDB_REMOVEConstant parameter.
Syntax
public void DestroyView(
	int i1
)

Parameters

i1
Type: SystemInt32
See EDB_REMOVEConstant
See Also