Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ViewportLayout.SelectionInfoItem Class / ViewportLayout.SelectionInfoItem Constructor / ViewportLayout.SelectionInfoItem Constructor(ISelectableItem)
The item at root level

In This Topic
    ViewportLayout.SelectionInfoItem Constructor(ISelectableItem)
    In This Topic
    Root level item constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal item As ISelectableItem _
    )
    public ViewportLayout.SelectionInfoItem( 
       ISelectableItem item
    )

    Parameters

    item
    The item at root level
    See Also