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

In This Topic
    Parents Property (HiddenLinesView.Segment)
    In This Topic
    The nested devDept.Eyeshot.Entities.BlockReference parents chain.
    Syntax
    'Declaration
     
    Public Property Parents As Stack(Of BlockReference)
    public Stack<BlockReference> Parents {get; set;}
    Remarks
    On top of the stack is the root of the hierarchy.
    See Also