com.esri.arcgis.catalogUI
Interface IDataFrameShapeDialog2

All Superinterfaces:
IDataFrameShapeDialog, java.io.Serializable
All Known Implementing Classes:
DataFrameShapeDialog, IDataFrameShapeDialog2Proxy

public interface IDataFrameShapeDialog2
extends IDataFrameShapeDialog, java.io.Serializable

COM Interface 'IDataFrameShapeDialog2'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriCatalogUI.olb'

Description: 'Allows for the selection of a shape that is derived from a data frame.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID34559545_e034_40d6_84ab_e67290d73da2
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.catalogUI.IDataFrameShapeDialog
IID335ef59c_229f_4825_86c5_e7f943d46d2a
 
Method Summary
 boolean doModal2(java.lang.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
 

Field Detail

IID34559545_e034_40d6_84ab_e67290d73da2

static final int IID34559545_e034_40d6_84ab_e67290d73da2
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

doModal2

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

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:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.