com.esri.arcgis.editor
Interface IEnumDimensionConstructor

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IEnumDimensionConstructorProxy

public interface IEnumDimensionConstructor
extends java.io.Serializable

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

Description: 'Provides access to members that control the dimension constructors.' 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 IID56f0a5d1_0367_412b_876a_6fd06d1f058f
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IDimensionConstructor next()
          Retrieves the next constructor in the enumeration.
 void reset()
          Resets the enumerator such that a subsequent next returns the first constructor.
 

Field Detail

IID56f0a5d1_0367_412b_876a_6fd06d1f058f

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

reset

void reset()
           throws java.io.IOException,
                  AutomationException
Resets the enumerator such that a subsequent next returns the first constructor.

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

next

IDimensionConstructor next()
                           throws java.io.IOException,
                                  AutomationException
Retrieves the next constructor in the enumeration.

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