Gets the root node of the tree.
Namespace:
Gile.AutoCAD.Geometry
Assembly:
GeometryExtensions (in GeometryExtensions.dll) Version: 2.1.0.0 (2.1.0.0)
Syntaxpublic TreeNode<T> Root { get; }
Public ReadOnly Property Root As TreeNode(Of T)
Get
public:
property TreeNode<T>^ Root {
TreeNode<T>^ get ();
}
member Root : TreeNode<'T> with get
Property Value
Type:
TreeNodeT
See Also