com.esri.arcgis.editor
Interface IDimensionEditExtension

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
DimensionEditExtension, IDimensionEditExtensionProxy

public interface IDimensionEditExtension
extends java.io.Serializable

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

Description: 'Provides access to members that control dimension feature editing.' 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 IID1ff3afed_ee05_11d3_9f7a_00c04f6bddd9
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getCreateStyleID()
          The style id of newly created dimension features.
 IEnumDimensionConstructor getDimensionConstructors()
          The dimension constructors for creating new dimensions.
 IEditor getEditor()
          The editor application extension.
 boolean isDimensionTarget()
          Indicates if a dimension feature class is the current editor target.
 void setCreateStyleID(int styleID)
          The style id of newly created dimension features.
 void setCurrentConstructorByRef(IDimensionConstructor rhs1)
          The currently selected dimension constructor.
 

Field Detail

IID1ff3afed_ee05_11d3_9f7a_00c04f6bddd9

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

getCreateStyleID

int getCreateStyleID()
                     throws java.io.IOException,
                            AutomationException
The style id of newly created dimension features.

Returns:
The styleID
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setCreateStyleID

void setCreateStyleID(int styleID)
                      throws java.io.IOException,
                             AutomationException
The style id of newly created dimension features.

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

getDimensionConstructors

IEnumDimensionConstructor getDimensionConstructors()
                                                   throws java.io.IOException,
                                                          AutomationException
The dimension constructors for creating new dimensions.

Returns:
A reference to a com.esri.arcgis.editor.IEnumDimensionConstructor
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setCurrentConstructorByRef

void setCurrentConstructorByRef(IDimensionConstructor rhs1)
                                throws java.io.IOException,
                                       AutomationException
The currently selected dimension constructor.

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

isDimensionTarget

boolean isDimensionTarget()
                          throws java.io.IOException,
                                 AutomationException
Indicates if a dimension feature class is the current editor target.

Returns:
The isDimension
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getEditor

IEditor getEditor()
                  throws java.io.IOException,
                         AutomationException
The editor application extension.

Returns:
A reference to a com.esri.arcgis.editor.IEditor
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.