Share

Dictionary.At(int) Method

Description

Returns an object at the id or NULL if the id was not found in the dictionary.

Visual Basic

Public virtual Function At(
    id As Integer
) As RXObject

C#

public virtual RXObject At(
    int id
);

Parameters

Parameters Description
int id Input dictionary entry ID of the object to retrieve.

Links

Dictionary Class, Autodesk.AutoCAD.Runtime Namespace

Was this information helpful?