Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ViewportLayout.SelectedItemBase Class / Init Method

In This Topic
    Init Method (ViewportLayout.SelectedItemBase)
    In This Topic
    Syntax
    'Declaration
     
    Public Overridable Sub Init( _
       ByVal parents As Stack(Of BlockReference), _
       ByVal item As ISelectableItem, _
       Optional ByVal subItemIndex As Integer, _
       Optional ByVal shellIndex As Integer, _
       Optional ByVal nSubItems As Integer, _
       Optional ByVal subItemsArray() As Object _
    ) 
    public virtual void Init( 
       Stack<BlockReference> parents,
       ISelectableItem item,
       int subItemIndex,
       int shellIndex,
       int nSubItems,
       object[] subItemsArray
    )

    Parameters

    parents
    item
    subItemIndex
    shellIndex
    nSubItems
    subItemsArray
    See Also