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

In This Topic
    SetAngle Method
    In This Topic
    Sets rotation of a point symbol.
    Syntax
    public static void SetAngle( 
       CIMPointSymbol symbol,
       double angle
    )
    Public Shared Sub SetAngle( _
       ByVal symbol As CIMPointSymbol, _
       ByVal angle As Double _
    ) 

    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