Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ViewportLayout.SelectionInfoSubItems Class / InitSubItems Method
The number of subItems

In This Topic
    InitSubItems Method
    In This Topic
    Initializes the devDept.Eyeshot.ViewportLayout.SelectionInfoSubItems.SubItems array with the given size.
    Syntax
    'Declaration
     
    Public Sub InitSubItems( _
       ByVal nSubItems As Integer _
    ) 
    public void InitSubItems( 
       int nSubItems
    )

    Parameters

    nSubItems
    The number of subItems
    See Also