Click or drag to resize

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

Property Value

Type: IEnumerableGH_Document

[Missing <value> documentation for "P:Grasshopper.Kernel.GH_DocumentTree.FlatCollection"]

See Also