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

In This Topic
    Parents Property (RegenParams)
    In This Topic
    Gets the BlockReference parents stack.
    Syntax
    'Declaration
     
    Public Shadows ReadOnly Property Parents As Stack(Of BlockReference)
    public new Stack<BlockReference> Parents {get;}
    See Also