ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Geometry Namespace / ToGeoCoordinateParameter Class / NumDigits Property

In This Topic
    NumDigits Property
    In This Topic
    Optional. The number of digits to output for each of the numerical portions in the string. The default value varies depending on the GeoCoordinateType.
    GeoCoordinateType NumDigits
    MGRS 5
    USNG 8
    UTM NA
    GeoRef 5
    GARS NA
    DMS 2
    DDM 4
    DD 6
    Syntax
    public int NumDigits {get; set;}
    Public Property NumDigits As Integer
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also