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.


Method Summary
 boolean doModal(IMaplexDictionaries pDictionaries, int hwnd)
          Shows the Maplex Dictionary Dialog.
 

Method Detail

doModal

boolean doModal(IMaplexDictionaries pDictionaries,
                int hwnd)
                throws IOException,
                       AutomationException
Shows the Maplex Dictionary Dialog.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

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.