Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / MaterialKeyedCollection Class / InsertItem Method

In This Topic
    InsertItem Method (MaterialKeyedCollection)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overrides Sub InsertItem( _
       ByVal index As Integer, _
       ByVal item As Material _
    ) 
    protected override void InsertItem( 
       int index,
       Material item
    )

    Parameters

    index
    item
    See Also