com.esri.arcgis.cartoUI
Interface IMaplexDictionaryDialog
- All Superinterfaces: 
- Serializable
- All Known Implementing Classes: 
- MaplexDictionaryDialog
- public interface IMaplexDictionaryDialog 
- extends Serializable
Provides access to members that control the Maplex Dictionary Dialog.
  
Product Availability
 Available with ArcGIS Desktop.
 
doModal
boolean doModal(IMaplexDictionaries pDictionaries,
                int hwnd)
                throws IOException,
                       AutomationException
- Shows the Maplex Dictionary Dialog.
  Product AvailabilityAvailable with ArcGIS Desktop.Supported PlatformsWindows
 
- 
 
- 
- Parameters:
- pDictionaries- A reference to a com.esri.arcgis.carto.IMaplexDictionaries  (in)
- hwnd- The hwnd (A  COM typedef)   (in)
- Returns:
- The ok
- Throws:
- IOException- If there are interop problems.
- AutomationException- If the ArcObject component throws an exception.