Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / EntityList Class / RemoveAt Method
The zero-based index of the entity to remove

In This Topic
    RemoveAt Method (EntityList)
    In This Topic
    Removes the entity at the specified index of this collection.
    Syntax
    'Declaration
     
    Public Overrides Sub RemoveAt( _
       ByVal index As Integer _
    ) 
    public override void RemoveAt( 
       int index
    )

    Parameters

    index
    The zero-based index of the entity to remove
    See Also