IGH_DocumentObjectRemovedFromDocument Method |
This method will be called when an object is removed from a document.
Namespace:
Grasshopper.Kernel
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax void RemovedFromDocument(
GH_Document document
)
Sub RemovedFromDocument (
document As GH_Document
)
Parameters
- document
- Type: Grasshopper.KernelGH_Document
Document that now no longer owns this object.
See Also