ArcGIS Pro 3.7 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 Shared Sub SetAngle( _
       ByVal symbol As CIMPointSymbol, _
       ByVal angle As Double _
    ) 
    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 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also