Grasshopper API
GH_DocumentObjectAddedToDocument Method |
This method will be called when an object is added to a document.
Override this method if you want to handle such events.
Namespace: Grasshopper.Kernel
Assembly: Grasshopper (in Grasshopper.dll)

public virtual void AddedToDocument( GH_Document document )
Public Overridable Sub AddedToDocument ( document As GH_Document )
Parameters
- document
- Type: Grasshopper.KernelGH_Document
Document that now owns this object.
Implements
IGH_DocumentObjectAddedToDocument(GH_Document)