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

In This Topic
    Round Property
    In This Topic
    Optional. The Round value applies only to types MGRS, USNG, and GeoRef. If true, then numeric portions of the string are rounded to the nearest whole magnitude as specified by NumDigits. Otherwise, numeric portions of the string are truncated. The default value is true.
    Syntax
    public bool Round {get; set;}
    Public Property Round As Boolean
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also