GH_Document.OnObjectsAdded Method

GH_DocumentOnObjectsAdded Method

Raise the ObjectsAdded event.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
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.
See Also