This document is archived and information here might be outdated. Recommended version. |
Provides access to members that control a collection of Maplex dictionaries.
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.
Name | 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. |
Classes | Description |
---|---|
MaplexDictionaries | A collection of dictionaries. |