Share

Dictionary.IdAt Method

Description

Returns the dictionary ID for the entry indexed by key. If key is not found, 0 is returned.

Visual Basic

Public virtual Function IdAt(
    key As string
) As Integer

C#

public virtual int IdAt(
    string key
);

Parameters

Parameters Description
string key Input lookup key string to search for.

Links

Dictionary Class, Autodesk.AutoCAD.Runtime Namespace

Was this information helpful?