com.esri.arcgis.cartoUI
Interface IDataFrameAreaOfInterestDialog

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
DataFrameAreaOfInterestDialog, IDataFrameAreaOfInterestDialogProxy

public interface IDataFrameAreaOfInterestDialog
extends java.io.Serializable

COM Interface 'IDataFrameAreaOfInterestDialog'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriCartoUI.olb'

Description: 'Provides access to the data frame's area of interest property.' 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 IID58f2ae0f_3d5f_4c62_8765_541604432c05
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 boolean doModal(IMapFrame pMapFrame, int parentWindow)
          Specify data frame's area of interest.
 

Field Detail

IID58f2ae0f_3d5f_4c62_8765_541604432c05

static final int IID58f2ae0f_3d5f_4c62_8765_541604432c05
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

doModal

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

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