ArcGIS Pro 2.7 API Reference Guide
GetAnnotationProperties Method

ArcGIS.Desktop.Editing.Attributes Namespace > Inspector Class : GetAnnotationProperties Method
Gets the ArcGIS.Desktop.Editing.AnnotationProperties for annotation features in the inspector. This method must be called on the MCT. Use QueuedTask.Run.
Syntax
public AnnotationProperties GetAnnotationProperties()
Public Function GetAnnotationProperties() As AnnotationProperties

Return Value

The annotation properties for the features currently loaded in the inspector.
Exceptions
ExceptionDescription
This method or property must be called within the lambda passed to QueuedTask.Run
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

Inspector Class
Inspector Members