ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / SymbolExtensionMethods Class / GetAngle Method
ArcGIS.Core.CIM.CIMPointSymbol

In This Topic
    GetAngle Method
    In This Topic
    Gets rotation value of a point symbol.
    Syntax
    Public Shared Function GetAngle( _
       ByVal symbol As CIMPointSymbol _
    ) As Double
    public static double GetAngle( 
       CIMPointSymbol symbol
    )

    Parameters

    symbol
    ArcGIS.Core.CIM.CIMPointSymbol

    Return Value

    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also