Grasshopper API
GH_DocObjectEventArgs Class |
These arguments are passed along with ObjectsAdded and ObjectsRemoved events on GH_Document.

Namespace: Grasshopper.Kernel
Assembly: Grasshopper (in Grasshopper.dll)

The GH_DocObjectEventArgs type exposes the following members.

Name | Description | |
---|---|---|
![]() | Attributes |
Gets all the attributes that are associated with all objects in the event.
|
![]() | Document |
Gets the document that raised the event.
|
![]() | Object |
Gets the object to which this event pertains.
|
![]() | ObjectCount |
Gets the number of objects in this event.
|
![]() | Objects |
Gets a readonly list of the objects to which this event pertains.
|
