com.esri.arcgis.catalogUI
Interface IDataFrameShapeDialog2

All Superinterfaces:
IDataFrameShapeDialog, Serializable
All Known Implementing Classes:
DataFrameShapeDialog

public interface IDataFrameShapeDialog2
extends IDataFrameShapeDialog, Serializable

Allows for the selection of a shape that is derived from a data frame.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 boolean doModal2(String title, IMap pMap, IGraphicsContainer pContainer, int hParentWnd)
          Show the dialog using only a map.
 
Methods inherited from interface com.esri.arcgis.catalogUI.IDataFrameShapeDialog
doModal, getGeometry, setGeometry
 

Method Detail

doModal2

boolean doModal2(String title,
                 IMap pMap,
                 IGraphicsContainer pContainer,
                 int hParentWnd)
                 throws IOException,
                        AutomationException
Show the dialog using only a map.

Product Availability

Available with ArcGIS Desktop.

Parameters:
title - The title (in)
pMap - A reference to a com.esri.arcgis.carto.IMap (in)
pContainer - A reference to a com.esri.arcgis.carto.IGraphicsContainer (in)
hParentWnd - The hParentWnd (A COM typedef) (in)
Returns:
The ok
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.