This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IA > IAnnotationClassExtension2 Interface > IAnnotationClassExtension2.Display Property (ArcObjects .NET 10.4 SDK) |
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