Gets the root node of the tree.
Namespace:
Gile.AutoCAD.R20.Geometry
Assembly:
GeometryExtensionsR20 (in GeometryExtensionsR20.dll) Version: 2.2.0.0 (2.2.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