Grasshopper API
GH_DocumentOnObjectsAdded Method |
Raise the ObjectsAdded event.
Namespace: Grasshopper.Kernel
Assembly: Grasshopper (in Grasshopper.dll)

public void OnObjectsAdded( IEnumerable<IGH_DocumentObject> doc_objects )
Public Sub OnObjectsAdded ( doc_objects As IEnumerable(Of IGH_DocumentObject) )
Parameters
- doc_objects
- Type: System.Collections.GenericIEnumerableIGH_DocumentObject
Objects that were added.
