com.esri.arcgis.editor
Interface IEnumDimensionConstructor

All Superinterfaces:
Serializable
All Known Implementing Classes:
IEnumDimensionConstructorProxy

public interface IEnumDimensionConstructor
extends Serializable

Provides access to members that control the dimension constructors.

Remarks

Use IEnumDimensionConstructor to cycle through each DimensionConstructor registered in the 'ESRI Dimension Constructors' component category. A reference to IEnumDimensionConstructor may be obtained from IDimensionEditExtension::DimensionConstructors.

Product Availability

Available with ArcGIS Desktop.


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.
 

Method Detail

reset

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

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

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

next

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

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

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