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