public enum AnnotationPlacementMode : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Public Enum AnnotationPlacementMode Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
public enum AnnotationPlacementMode : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Public Enum AnnotationPlacementMode Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
Member | Description |
---|---|
Left | Constrain to the Left side of the feature based on the direction of the feature. |
OnLine | Constrain centered on the feature segment. |
Right | Constrain to the right side of the feature based on the direction of the feature. |
SideCursor | Constrains to follow the pointer as you hover to either side of a segment. |
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