Share

DBObjectCollection.IndexOf Method

Description

Returns the zero-based index of the collection item that matches value.

Visual Basic

Public Function IndexOf(
    value As DBObject
) As Integer

C#

public int IndexOf(
    DBObject value
);

Parameters

Parameters Description
DBObject value Item to retrieve the index of

Links

DBObjectCollection Class, Autodesk.AutoCAD.DatabaseServices Namespace

Was this information helpful?