Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / QuadTree Class / Root Property

In This Topic
    Root Property (QuadTree)
    In This Topic
    The first node of the tree. It can be a QuadEntityDataNode for QuadTree or Octant for Octree.
    Syntax
    'Declaration
     
    Public ReadOnly Property Root As QuadEntityDataNode
    public QuadEntityDataNode Root {get;}
    See Also