ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Core.UnitFormats Namespace / DisplayUnitFormat Class / SetAngleFormat Method

In This Topic
    SetAngleFormat Method
    In This Topic
    Apply changes to the angle format
    Syntax
    public void SetAngleFormat( 
       CIMAngleFormat angleFormat
    )
    Public Sub SetAngleFormat( _
       ByVal angleFormat As CIMAngleFormat _
    ) 

    Parameters

    angleFormat
    Remarks
    If the unit format does not contain an angle format then attempting to apply changes will be ignored.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also