 | 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
Syntaxpublic void DestroyView(
int unload_flag
)
public void DestroyView(
int unload_flag
)
Public Sub DestroyView (
unload_flag As Integer
)
Public Sub DestroyView (
unload_flag As Integer
)
public:
void DestroyView(
int unload_flag
)
public:
void DestroyView(
int unload_flag
)
member DestroyView :
unload_flag : int -> unit
member DestroyView :
unload_flag : int -> unit
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