com.esri.arcgis.editor
Interface IDimensionStyleDialog

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
DimensionStyleDialog, IDimensionStyleDialogProxy

public interface IDimensionStyleDialog
extends java.io.Serializable

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

Description: 'Provides access to members that control the dimension styles 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 IID58dfe9f1_1dc0_438d_a6c1_5f0ddd1a9d10
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IDimensionStyle doModal(IFeatureClass featureClass, IDimensionStyle copyStyle, int hWndParent)
          Displays the dialog used to define a new dimension style.
 void setReadOnly(boolean rhs1)
          Indicates if the dimension style dialog shouild be opened in read-only mode.
 

Field Detail

IID58dfe9f1_1dc0_438d_a6c1_5f0ddd1a9d10

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

IDimensionStyle doModal(IFeatureClass featureClass,
                        IDimensionStyle copyStyle,
                        int hWndParent)
                        throws java.io.IOException,
                               AutomationException
Displays the dialog used to define a new dimension style.

Parameters:
featureClass - A reference to a com.esri.arcgis.geodatabase.IFeatureClass (in)
copyStyle - A reference to a com.esri.arcgis.carto.IDimensionStyle (in)
hWndParent - The hWndParent (A COM typedef) (in)
Returns:
A reference to a com.esri.arcgis.carto.IDimensionStyle
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setReadOnly

void setReadOnly(boolean rhs1)
                 throws java.io.IOException,
                        AutomationException
Indicates if the dimension style dialog shouild be opened in read-only mode.

Parameters:
rhs1 - The rhs1 (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.