ArcGIS Pro 3.4 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / SymbolExtensionMethods Class / SetAngle Method
ArcGIS.Core.CIM.CIMPointSymbol
The angle by which to rotate the point symbol.
Version

    SetAngle Method
    Sets rotation of a point symbol.
    Syntax
    public static void SetAngle( 
       CIMPointSymbol symbol,
       double angle
    )

    Parameters

    symbol
    ArcGIS.Core.CIM.CIMPointSymbol
    angle
    The angle by which to rotate the point symbol.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also