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


IAnnotationFeature.Annotation Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IA > IAnnotationFeature Interface > IAnnotationFeature.Annotation Property
ArcGIS Developer Help

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