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


IAnnotationClassExtension2.Display Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IA > IAnnotationClassExtension2 Interface > IAnnotationClassExtension2.Display Property
ArcGIS Developer Help

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