ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Core.UnitFormats Namespace / DisplayUnitFormat Class / AngleFormat Property

In This Topic
    AngleFormat Property
    In This Topic
    Gets the AngleFormat used for unit formatting
    Syntax
    public CIMAngleFormat AngleFormat {get;}
    Public ReadOnly Property AngleFormat As CIMAngleFormat
    Remarks
    This will be null except for a DisplayUnitFormat.UnitFormatType of UnitFormatType.Angular.
    To apply changes to unit formats with an AngleFormat call SetAngleFormat
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also