com.esri.arcgis.carto
Interface IAnnotationClassExtension2

All Superinterfaces:
Serializable
All Known Implementing Classes:
AnnotationFeatureClassExtension

public interface IAnnotationClassExtension2
extends Serializable

Provides access to members that control the annotation class.

Description

This interface is new at ArcGIS 9.3.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 IDisplay getDisplay(IElement pElement)
          The display based on the given element.
 

Method Detail

getDisplay

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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