com.esri.arcgis.carto
Interface IEnumDimensionStyle

All Superinterfaces:
Serializable
All Known Implementing Classes:
EnumDimensionStyle, IEnumDimensionStyleProxy

public interface IEnumDimensionStyle
extends Serializable

Provides access to members that enumerate through Dimension styles.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


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.
 

Method Detail

reset

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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

next

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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