Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ViewportList Class / Insert Method

In This Topic
    Insert Method (ViewportList)
    In This Topic
    Syntax
    'Declaration
     
    Public Sub Insert( _
       ByVal index As Integer, _
       ByVal value As Viewport _
    ) 
    public void Insert( 
       int index,
       Viewport value
    )

    Parameters

    index
    value
    See Also