This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IA > IAnnotationFeature Interface > IAnnotationFeature.Annotation Property (ArcObjects .NET 10.5 SDK) |
The annotation element for the feature.
[Visual Basic .NET] Public Property Annotation As IElement
[C#] public IElement Annotation {get; set;}
[C++]
HRESULT get_Annotation(
IElement** Element
);
[C++]
HRESULT put_Annotation(
IElement* Element
);
[C++]
Parameters Element [out, retval]
Element is a parameter of type IElement Element [in]
Element is a parameter of type IElement