Share

Dictionary.Remove(int) Method

Description

Removes the dictionary entry at index id. id must be greater than 0.

Visual Basic

Public virtual Function Remove(
    id As Integer
) As RXObject

C#

public virtual RXObject Remove(
    int id
);

Parameters

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

Links

Dictionary Class, Autodesk.AutoCAD.Runtime Namespace

Was this information helpful?