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

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

    Parameters

    parents
    item
    See Also