com.esri.arcgis.cartoUI
Interface IDataFrameClippingDialog
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- DataFrameClippingDialog
public interface IDataFrameClippingDialog
- extends Serializable
Provides access to members of the data frame clipping dialog.
Product Availability
Available with ArcGIS Desktop.
doModal
boolean doModal(IMapFrame pMapFrame,
IGraphicsContainer pContainer,
int parentWindow)
throws IOException,
AutomationException
- Specify clip shape to data frame.
Product Availability
Available with ArcGIS Desktop.
Supported Platforms
Windows
- Parameters:
pMapFrame
- A reference to a com.esri.arcgis.carto.IMapFrame (in)pContainer
- A reference to a com.esri.arcgis.carto.IGraphicsContainer (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.