ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Editing Namespace / AnnotationProperties Class / Angle Property

In This Topic
    Angle Property (AnnotationProperties)
    In This Topic
    Gets and sets the amount of rotation applied to the annotation around the geometry. This is only valid for point and two point polyline geometries. Measured in degrees.
    Syntax
    Public Property Angle As Nullable(Of Double)
    public Nullable<double> Angle {get; set;}
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also