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