com.esri.arcgis.cartoUI
Interface IDataFrameAreaOfInterestDialog

All Superinterfaces:
Serializable
All Known Implementing Classes:
DataFrameAreaOfInterestDialog

public interface IDataFrameAreaOfInterestDialog
extends Serializable

Provides access to the data frame's area of interest property.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 boolean doModal(IMapFrame pMapFrame, int parentWindow)
          Specify data frame's area of interest.
 

Method Detail

doModal

boolean doModal(IMapFrame pMapFrame,
                int parentWindow)
                throws IOException,
                       AutomationException
Specify data frame's area of interest.

Product Availability

Available with ArcGIS Desktop.

Parameters:
pMapFrame - A reference to a com.esri.arcgis.carto.IMapFrame (in)
parentWindow - The parentWindow (A COM typedef) (in)
Returns:
The ok
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.