Description
Adds the object represented by value to this collection. Returns the zero-based index of the newly added collection item.
Visual Basic
Public Function Add( value As DBObject ) As Integer
C#
public int Add( DBObject value );
Parameters
| Parameters | Description |
|---|---|
| DBObject value | Input object to add |
Links
DBObjectCollection Class, Autodesk.AutoCAD.DatabaseServices Namespace