ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.CIM Namespace / esriRoundingOptionEnum Enumeration

In This Topic
    esriRoundingOptionEnum Enumeration
    In This Topic
    Number format rounding options.
    Syntax
    public enum esriRoundingOptionEnum : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
    Public Enum esriRoundingOptionEnum 
       Inherits System.Enum
       Implements System.IComparable, System.IConvertible, System.IFormattable 
    Members
    MemberDescription
    esriRoundNumberOfDecimals Specify the number of decimal places.
    esriRoundNumberOfSignificantDigits Specify the number of significant digits.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ArcGIS.Core.CIM.esriRoundingOptionEnum

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also