Description
Inserts value at position index in the collection
Visual Basic
Public Function Insert( index As Integer, value As DBObject ) As void
C#
public void Insert( int index, DBObject value );
Parameters
| Parameters | Description |
|---|---|
| int index | Index to insert at |
| DBObject value | Item to insert |
Links
DBObjectCollection Class, Autodesk.AutoCAD.DatabaseServices Namespace