GH_Document.Objects Property

GH_DocumentObjects Property

Returns a list of all normal, top-level objects.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public IList<IGH_DocumentObject> Objects { get; }
Public ReadOnly Property Objects As IList(Of IGH_DocumentObject)
	Get

Property Value

Type: IListIGH_DocumentObject

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

See Also