Eyeshot 11 WPF API Reference
WPF Assembly / devDept.Eyeshot Namespace / EntityList Class / Parents Property

In This Topic
    Parents Property (EntityList)
    In This Topic
    Gets the stack of the parents of the current BlockReference.
    Syntax
    'Declaration
     
    Public ReadOnly Property Parents As Stack(Of BlockReference)
    public Stack<BlockReference> Parents {get;}
    Remarks
    The BlockReference on top of the stack is the CurrentBlockReference.
    See Also