Share

Dictionary.Remove(string) Method

Description

Removes the dictionary entry with lookup key, key.

If successful, it returns Object that was removed.

If there is no entry with lookup key key or if the dictionary was set up to delete its entries, then NULL is returned.

Visual Basic

Public virtual Function Remove(
    key As string
) As RXObject

C#

public virtual RXObject Remove(
    string key
);

Parameters

Parameters Description
string key Input lookup key string for entry to be removed.

Links

Dictionary Class, Autodesk.AutoCAD.Runtime Namespace

Was this information helpful?