DataTree(T).BranchCount Property

DataTreeTBranchCount Property

Gets the number of branches defined in this tree.

Namespace:  Grasshopper
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public int BranchCount { get; }
Public ReadOnly Property BranchCount As Integer
	Get

Property Value

Type: Int32

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

See Also