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


IAnnotationClassExtension.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 > IAnnotationClassExtension Interface > IAnnotationClassExtension.Display Property
ArcGIS Developer Help

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