ArcGIS Pro 2.6 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.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

Inspector Class
Inspector Members