com.esri.arcgis.carto
Interface IEnumDimensionStyle

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
EnumDimensionStyle, IEnumDimensionStyleProxy

public interface IEnumDimensionStyle
extends java.io.Serializable

COM Interface 'IEnumDimensionStyle'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to members that enumerate through Dimension styles.' 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 IIDc75d45e4_da88_11d3_80ce_00c04f601565
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IDimensionStyle next()
          Returns the next style in the enumeration.
 void reset()
          Resets the enumerator such that a subsequent next returns the first style.
 

Field Detail

IIDc75d45e4_da88_11d3_80ce_00c04f601565

static final int IIDc75d45e4_da88_11d3_80ce_00c04f601565
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 style.

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

next

IDimensionStyle next()
                     throws java.io.IOException,
                            AutomationException
Returns the next style in the enumeration.

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.