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

In This Topic
    AngleY Property (CIMMarker)
    In This Topic
    Gets or sets the angle the marker is rotated around the Y axis.
    Syntax
    public double AngleY {get; set;}
    Public Property AngleY As Double
    Remarks
    This type of rotation is also referred to as roll 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 Roll.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also