AnnotationPlacementMode Enumeration
Defines the annotation placement mode for new annotation relative to the direction of the line or boundary feature it is following
Get/Set Editing Annotation Options
var eOptions = ApplicationOptions.EditingOptions;
var followLinkedLines = eOptions.AutomaticallyFollowLinkedLineFeatures;
var followLinedPolygons = eOptions.AutomaticallyFollowLinkedPolygonFeatures;
var usePlacementProps = eOptions.UseAnnotationPlacementProperties;
var followMode = eOptions.AnnotationFollowMode;
var placementMode = eOptions.AnnotationPlacementMode;
eOptions.AnnotationFollowMode = AnnotationFollowMode.Parallel;
eOptions.AnnotationPlacementMode = AnnotationPlacementMode.Left;
System.Object
System.ValueType
System.Enum
ArcGIS.Desktop.Core.AnnotationPlacementMode
Target Platforms: Windows 11, Windows 10
ArcGIS Pro version: 3.1 or higher.