ArcObjects Library Reference (Carto)  

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 [out, retval]

  Status is a parameter of type esriAnnotationStatus

Status [in]

  Status is a parameter of type esriAnnotationStatus

Product Availability

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

See Also

IAnnotationFeature2 Interface