com.esri.arcgis.cartoUI
Interface IMaplexKeyNumberGroupDialog
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- MaplexKeyNumberGroupDialog
public interface IMaplexKeyNumberGroupDialog
- extends Serializable
Provides access to members that control the Maplex Key Number Group Dialog.
Product Availability
Available with ArcGIS Desktop.
doModal
boolean doModal(boolean readOnly,
IMaplexKeyNumberGroups pGroups,
int hwnd)
throws IOException,
AutomationException
- Shows the Key Number Group Dialog.
Product Availability
Available with ArcGIS Desktop.
- Parameters:
readOnly
- The readOnly (in)pGroups
- A reference to a com.esri.arcgis.carto.IMaplexKeyNumberGroups (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.