Eyeshot 11 WPF API Reference
WPF 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