ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.CIM Namespace / CIMMarker Class / AngleX Property

In This Topic
    AngleX Property (CIMMarker)
    In This Topic
    Gets or sets the angle the marker is rotated around the X axis.
    Syntax
    public double AngleX {get; set;}
    Public Property AngleX As Double
    Remarks
    This type of rotation is also referred to as tilt and is only applied in 3D. The order of how this is applied with respect to other rotations depends on the RotationOrder3D. The name in the user interface is Tilt.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also