GH_ComponentAddedToDocument Method |
Overrides the AddedToDocument method and delegates the call to all parameters.
Namespace:
Grasshopper.Kernel
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax public override void AddedToDocument(
GH_Document document
)
Public Overrides Sub AddedToDocument (
document As GH_Document
)
Parameters
- document
- Type: Grasshopper.KernelGH_Document
Document that now owns this object.
See Also