com.esri.arcgis.carto
Interface IAnnotationClassExtension2

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
AnnotationFeatureClassExtension, IAnnotationClassExtension2Proxy

public interface IAnnotationClassExtension2
extends java.io.Serializable

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

Description: 'Provides access to members that control the annotation class.' 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 IID75def45a_9bf2_dd39_007a_26ffedab3190
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IDisplay getDisplay(IElement pElement)
          The display based on the given element.
 

Field Detail

IID75def45a_9bf2_dd39_007a_26ffedab3190

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

getDisplay

IDisplay getDisplay(IElement pElement)
                    throws java.io.IOException,
                           AutomationException
The display based on the given element.

Parameters:
pElement - A reference to a com.esri.arcgis.carto.IElement (in)
Returns:
A reference to a com.esri.arcgis.display.IDisplay
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.