com.esri.arcgis.editor
Interface IEnumAnnotationConstructor

All Superinterfaces:
Serializable
All Known Implementing Classes:
IEnumAnnotationConstructorProxy

public interface IEnumAnnotationConstructor
extends Serializable

Provides access to members that control the annotation constructors.

Remarks

Use IEnumAnnotationConstructor to cycle through each AnnotationConstructor registered in the 'ESRI Annotation Constructors' component category.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 IAnnotationConstructor next()
          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

IAnnotationConstructor next()
                            throws IOException,
                                   AutomationException
The next constructor in the enumeration.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

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