GH_DocObjectEventArgsObjects Property |
Gets a readonly list of the objects to which this event pertains.
Namespace:
Grasshopper.Kernel
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax public ReadOnlyCollection<IGH_DocumentObject> Objects { get; }
Public ReadOnly Property Objects As ReadOnlyCollection(Of IGH_DocumentObject)
Get
Property Value
Type:
ReadOnlyCollectionIGH_DocumentObject[Missing <value> documentation for "P:Grasshopper.Kernel.GH_DocObjectEventArgs.Objects"]
See Also