IGH_DocumentObjectAddedToDocument Method |
This method will be called when an object is added to a document.
Namespace:
Grasshopper.Kernel
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax void AddedToDocument(
GH_Document document
)
Sub AddedToDocument (
document As GH_Document
)
Parameters
- document
- Type: Grasshopper.KernelGH_Document
Document that now owns this object.
See Also