ArcGIS Pro 2.8 API Reference Guide
SetAnnotationProperties Method

ArcGIS.Desktop.Editing.Attributes Namespace > Inspector Class : SetAnnotationProperties Method
a set of annotation properties to be applied.
Sets annotation properties on annotation features within the inspector. This method must be called on the MCT. Uses QueuedTask.Run.
Syntax
public void SetAnnotationProperties( 
   AnnotationProperties annotationProperties
)
Public Sub SetAnnotationProperties( _
   ByVal annotationProperties As AnnotationProperties _
) 

Parameters

annotationProperties
a set of annotation properties to be applied.
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