Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / LayerKeyedCollection Class / SetItem Method

In This Topic
    SetItem Method (LayerKeyedCollection)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overrides Sub SetItem( _
       ByVal index As Integer, _
       ByVal item As Layer _
    ) 
    protected override void SetItem( 
       int index,
       Layer item
    )

    Parameters

    index
    item
    See Also