Node3d(T).IsRoot Property

Node3dTIsRoot Property

Gets whether this node is a root node. Root nodes have no parent node and depth zero.

Namespace:  Grasshopper.Kernel.Geometry.SpatialTrees
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public bool IsRoot { get; }
Public ReadOnly Property IsRoot As Boolean
	Get

Property Value

Type: Boolean

[Missing <value> documentation for "P:Grasshopper.Kernel.Geometry.SpatialTrees.Node3d`1.IsRoot"]

See Also