ArcGIS Pro 3.7 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 ReadOnly Property AngleFormat As CIMAngleFormat
    public CIMAngleFormat AngleFormat {get;}
    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 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also