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

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

    Parameters

    parents
    item
    See Also