Provides access to members that control a collection of Maplex dictionaries.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
The Maplex dictionary objects store customized abbreviations and translations. The MaplexDictionaries object is a collection of MaplexDictionary objects, and a MaplexDictionary object is a collection of MaplexDictionaryEntry objects. The dictionaries are held as a property of a MaplexOverposterProperties object, and are referenced on a per-labeling class basis from the MaplexOverposterLayerProperties.
Members
Description | ||
---|---|---|
AddDictionary | Adds a dictionary to the collection. | |
Clear | Removes all dictionaries from the collection. | |
DictionaryCount | The number of dictionaries in the collection. | |
GetDictionary | Queries a dictionary from the collection. | |
RemoveDictionary | Deletes the dictionary from the collection. |
CoClasses that implement IMaplexDictionaries
CoClasses and Classes | Description |
---|---|
MaplexDictionaries | A collection of dictionaries. |