ArcObjects Library Reference (DefenseSolutions)  

IObjectDictionary Interface

Controls members that manage a keyed dictionary of objects.

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

Members

Description
Method Add Add an object/key combination to the dictionary.
Read-only property Count Returns the number of objects in the dictionary.
Method Item Returns the object found at a specified index.
Method Remove Remove the object at the specified index.

CoClasses that implement IObjectDictionary

CoClasses and Classes Description
ObjectDictionary A keyed object dictionary that wraps std::map.

Remarks

Used internally.  Please do not use this interface at this time.