ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.CIM Namespace / StandardLabelRotationType Enumeration

In This Topic
    StandardLabelRotationType Enumeration
    In This Topic
    Standard label engine label rotation types.
    Syntax
    public enum StandardLabelRotationType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
    Public Enum StandardLabelRotationType 
       Inherits System.Enum
       Implements System.IComparable, System.IConvertible, System.IFormattable 
    Members
    MemberDescription
    Arithmetic Arithmetic rotation.
    AV3 ArcView 3 rotation.
    Geographic Geographic rotation.
    Radians Rotation in radians.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ArcGIS.Core.CIM.StandardLabelRotationType

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also