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


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

IAnnotationFeature2.Status Property

The current status of the annotation.

[Visual Basic .NET]
Public Property Status As esriAnnotationStatus
[C#]
public esriAnnotationStatus Status {get; set;}
[C++]
HRESULT get_Status(
  esriAnnotationStatus Status
);
[C++]
HRESULT put_Status(
  esriAnnotationStatus* Status
);
[C++]
Parameters
Status [in]

Status is a parameter of type esriAnnotationStatus Status [out, retval]
Status is a parameter of type esriAnnotationStatus*

Product Availability

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

See Also

IAnnotationFeature2 Interface