Description
Removes the object at index from this collection.
Visual Basic
Public Function RemoveAt( index As Integer ) As void
C#
public void RemoveAt( int index );
Parameters
| Parameters | Description |
|---|---|
| int index | Index of item to remove |
Links
DBObjectCollection Class, Autodesk.AutoCAD.DatabaseServices Namespace