This document is archived and information here might be outdated.  Recommended version.


IMaplexDictionary Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMaplexDictionary Interface
ArcGIS Developer Help

IMaplexDictionary Interface

Provides access to members that control a Maplex dictionary.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

MaplexDictionary object is a collection of MaplexDictionaryEntry objects. Each labeling class can reference one dictionary in its MaplexOverposterLayerProperties.

Members

Name Description
Method AddEntry Adds an entry to the dictionary.
Method Clear Removes all entries from the dictionary.
Read-only property EntryCount The number of entries in the dictionary.
Method GetEntry Gets an entry from the dictionary.
Read/write property Name The name of the dictionary.

Classes that implement IMaplexDictionary

Classes Description
MaplexDictionary A collection of dictionary entries.