DataTree(T).Paths Property

DataTreeTPaths Property

Gets a list of all the branch paths in this tree.

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

Property Value

Type: IListGH_Path

[Missing <value> documentation for "P:Grasshopper.DataTree`1.Paths"]

See Also