Click or drag to resize

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; }

Property Value

Type: ReadOnlyCollectionIGH_DocumentObject

[Missing <value> documentation for "P:Grasshopper.Kernel.GH_DocObjectEventArgs.Objects"]

See Also