Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / EntityList Class / Insert Method / Insert(Int32,Entity) Method

In This Topic
    Insert(Int32,Entity) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Overrides Sub Insert( _
       ByVal index As Integer, _
       ByVal entity As Entity _
    ) 
    public override void Insert( 
       int index,
       Entity entity
    )

    Parameters

    index
    entity
    See Also