Controls members that manage a keyed dictionary of objects.
Product Availability
Available with ArcGIS Engine and ArcGIS Desktop.
Members
Description | ||
---|---|---|
Add | Add an object/key combination to the dictionary. | |
Count | Returns the number of objects in the dictionary. | |
Item | Returns the object found at a specified index. | |
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.