com.esri.arcgis.carto
Interface IAnnotationElement

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
AnnotationElement, IAnnotationElementProxy

public interface IAnnotationElement
extends java.io.Serializable

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

Description: 'Provides access to members that control Annotation Features.' 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 IID72266121_d4b9_11d2_a800_af8c10f4c95a
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IFeature getFeature()
          The feature associated with this element.
 

Field Detail

IID72266121_d4b9_11d2_a800_af8c10f4c95a

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

getFeature

IFeature getFeature()
                    throws java.io.IOException,
                           AutomationException
The feature associated with this element.

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