com.esri.arcgis.cartoUI
Interface IAdvancedDrawingDialog

All Superinterfaces:
Serializable
All Known Implementing Classes:
AdvancedDrawingDialog

public interface IAdvancedDrawingDialog
extends Serializable

Provides access to the Advanced Drawing Dialog.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 boolean doModal(int parentHWnd)
          Shows the Advanced Drawing Dialog.
 void setDataFrameByRef(IMap rhs1)
          The data frame whose layers are to be masked.
 

Method Detail

doModal

boolean doModal(int parentHWnd)
                throws IOException,
                       AutomationException
Shows the Advanced Drawing 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 layers are to be masked.

Product Availability

Available with ArcGIS Desktop.

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.