Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ViewportLayout.SelectedItemBase Class / Parents Property

In This Topic
    Parents Property (ViewportLayout.SelectedItemBase)
    In This Topic
    Gets or sets the stack of parents of the item (the top of the stack must be the innermost BlockReference).
    Syntax
    'Declaration
     
    Public Property Parents As Stack(Of BlockReference)
    public Stack<BlockReference> Parents {get; set;}
    See Also