ArcGIS Pro 2.8 API Reference Guide
SetStatus Method

ArcGIS.Core.Data.Mapping Namespace > AnnotationFeature Class : SetStatus Method
The status status of this feature.
Sets the status of this annotation feature. This method must be called on the MCT. Use QueuedTask.Run.
Syntax
public void SetStatus( 
   AnnotationStatus status
)
Public Sub SetStatus( _
   ByVal status As AnnotationStatus _
) 

Parameters

status
The status status of this feature.
Exceptions
ExceptionDescription
A geodatabase-related exception has occurred.
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

AnnotationFeature Class
AnnotationFeature Members