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


IAnnotationFeature.Annotation Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IAnnotationFeature.Annotation Property

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

Product Availability

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

See Also

IAnnotationFeature Interface