com.esri.arcgis.cartoUI
Interface IDataFrameFixedExtentDialog
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- DataFrameFixedExtentDialog
public interface IDataFrameFixedExtentDialog
- extends Serializable
Provides access to the data frame's fixed bounds property.
Product Availability
Available with ArcGIS Desktop.
|
Method Summary |
boolean |
doModal(IMapFrame pMapFrame,
int parentWindow)
Specify data frame's fixed bounds. |
doModal
boolean doModal(IMapFrame pMapFrame,
int parentWindow)
throws IOException,
AutomationException
- Specify data frame's fixed bounds.
Product Availability
Available with ArcGIS Desktop.
Supported Platforms
Windows
- 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.