ArcGIS Pro 3.7 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 Sub SetAngleFormat( _
       ByVal angleFormat As CIMAngleFormat _
    ) 
    public void SetAngleFormat( 
       CIMAngleFormat angleFormat
    )

    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 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also