com.esri.arcgis.editor
Interface IEnumAnnotationConstructor

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

public interface IEnumAnnotationConstructor
extends java.io.Serializable

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

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

Field Detail

IID555f0c28_d598_4e22_8fd0_94d17518c0b3

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

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

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