com.esri.arcgis.cartoUI
Interface IAdvancedDrawingDialog

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
AdvancedDrawingDialog, IAdvancedDrawingDialogProxy

public interface IAdvancedDrawingDialog
extends java.io.Serializable

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

Description: 'Provides access to the Advanced Drawing Dialog.' 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 IID66a13af5_8396_49c7_ae45_255738059b42
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 boolean doModal(int parentHWnd)
          Shows the Advanced Drawing Dialog.
 void setDataFrameByRef(IMap rhs1)
          The data frame whose layers are to be masked.
 

Field Detail

IID66a13af5_8396_49c7_ae45_255738059b42

static final int IID66a13af5_8396_49c7_ae45_255738059b42
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(int parentHWnd)
                throws java.io.IOException,
                       AutomationException
Shows the Advanced Drawing Dialog.

Parameters:
parentHWnd - The parentHWnd (A COM typedef) (in)
Returns:
The ok
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDataFrameByRef

void setDataFrameByRef(IMap rhs1)
                       throws java.io.IOException,
                              AutomationException
The data frame whose layers are to be masked.

Parameters:
rhs1 - A reference to a com.esri.arcgis.carto.IMap (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.