Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / HitVertex Class / Parents Field

In This Topic
    Parents Field (HitVertex)
    In This Topic
    The Blockreference parents list starting from the devDept.Eyeshot.EntityList.CurrentBlockReference, to which the entity with the closest vertex belongs to.
    Syntax
    'Declaration
     
    Public Parents As List(Of BlockReference)
    public List<BlockReference> Parents
    See Also