This document is archived and information here might be outdated.  Recommended version.


IAnnotationClassExtension2.Display Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IAnnotationClassExtension2.Display Property

The display based on the given element.

[Visual Basic .NET]
Public Function get_Display ( _
    ByVal pElement As IElement _
) As IDisplay
[C#]
public IDisplay get_Display (
    IElement pElement
);
[C++]
HRESULT get_Display(
  IElement* pElement,
  IDisplay** ppDisplay
);
[C++]

Parameters pElement [in]
pElement is a parameter of type IElement ppDisplay [out, retval]
ppDisplay is a parameter of type IDisplay

Product Availability

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

See Also

IAnnotationClassExtension2 Interface