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

In This Topic
    Parents Property (ScreenLine)
    In This Topic
    Gets the list of parent BlockReferences of the parent entity of the line.
    Syntax
    'Declaration
     
    Public ReadOnly Property Parents As Stack(Of BlockReference)
    public Stack<BlockReference> Parents {get;}
    Remarks
    Used to recompose the split lines.
    See Also