com.esri.arcgis.cartoUI
Interface ISymbolLevelDialog

All Superinterfaces:
Serializable
All Known Implementing Classes:
SymbolLevelDialog

public interface ISymbolLevelDialog
extends Serializable

Provides access to the Symbol Level Dialog.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 boolean doModal(int parentHWnd)
          Shows the Symbol Level Dialog.
 void setDataFrameByRef(IMap rhs1)
          The data frame whose symbol levels are edited.
 

Method Detail

doModal

boolean doModal(int parentHWnd)
                throws IOException,
                       AutomationException
Shows the Symbol Level Dialog.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Parameters:
parentHWnd - The parentHWnd (A COM typedef) (in)
Returns:
The ok
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDataFrameByRef

void setDataFrameByRef(IMap rhs1)
                       throws IOException,
                              AutomationException
The data frame whose symbol levels are edited.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Parameters:
rhs1 - A reference to a com.esri.arcgis.carto.IMap (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.