Share

DBObjectCollection.Remove Method

Description

Removes the object represented by value from this collection.

Visual Basic

Public Function Remove(
    value As DBObject
) As void

C#

public void Remove(
    DBObject value
);

Parameters

Parameters Description
DBObject value Item to remove

Links

DBObjectCollection Class, Autodesk.AutoCAD.DatabaseServices Namespace

Was this information helpful?