com.esri.arcgis.cartoUI
Interface IMaplexDictionaryDialog2

All Superinterfaces:
Serializable
All Known Implementing Classes:
MaplexDictionaryDialog

public interface IMaplexDictionaryDialog2
extends Serializable

Provides access to members that control the Maplex Dictionary Dialog.

Product Availability

Available with ArcGIS Desktop.


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

Method Detail

doModal

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

Product Availability

Available with ArcGIS Desktop.

Parameters:
readOnly - The readOnly (in)
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.