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


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

IAnnotationClassExtension.Display Property

The display.

[Visual Basic .NET]
Public ReadOnly Property Display As IDisplay
[C#]
public IDisplay Display {get;}
[C++]
HRESULT get_Display(
  IDisplay** ppDisplay
);
[C++]

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

Product Availability

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

See Also

IAnnotationClassExtension Interface