GH_DocumentTreeFlatCollection Property |
Gets a flat collection of all documents.
The most subsidiary documents are at the start of the collection.
Namespace:
Grasshopper.Kernel
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax public IEnumerable<GH_Document> FlatCollection { get; }
Public ReadOnly Property FlatCollection As IEnumerable(Of GH_Document)
Get
Property Value
Type:
IEnumerableGH_Document[Missing <value> documentation for "P:Grasshopper.Kernel.GH_DocumentTree.FlatCollection"]
See Also