Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ViewportLayout.SelectionInfoSubItems Class / ViewportLayout.SelectionInfoSubItems Constructor / ViewportLayout.SelectionInfoSubItems Constructor(Stack<BlockReference>,Entity)

In This Topic
    ViewportLayout.SelectionInfoSubItems Constructor(Stack<BlockReference>,Entity)
    In This Topic
    Parents and item constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal parents As Stack(Of BlockReference), _
       ByVal entity As Entity _
    )
    public ViewportLayout.SelectionInfoSubItems( 
       Stack<BlockReference> parents,
       Entity entity
    )

    Parameters

    parents
    entity
    See Also