GH_DocumentServerRemoveDocument Method |
Removes a specific document from the global list.
If the document isn't registered nothing will happen.
If the document is owned by an IGH_DocumentOwner,
the owner will be informed of the removal.
Namespace:
Grasshopper.Kernel
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax public void RemoveDocument(
GH_Document document
)
Public Sub RemoveDocument (
document As GH_Document
)
Parameters
- document
- Type: Grasshopper.KernelGH_Document
Document to remove.
See Also