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