ArcGIS Pro 2.6 API Reference Guide
ToGeoCoordinateMode Enumeration

ArcGIS.Core.Geometry Namespace : ToGeoCoordinateMode Enumeration
Determines how to handle the geographic coordinate system of the spatial reference. Certain older geographic coordinate systems will cause one of the letters of the string to be shifted. This process makes it easier to identify coordinates that are based on a non-WGS84 datum.
Syntax
Members
MemberDescription
Default The default conversion mode for all types.
MgrsNewStyle Treats all spheroids as new, like WGS 1984, when creating or reading a military grid string. The 180 longitude falls into zone 60.
MgrsNewWith180InZone01 Treats all spheroids as new, like WGS 1984, when creating or reading a military grid string. The 180 longitude falls into zone 01.
MgrsOldStyle Treats all spheroids as old, like Bessel 1841, when creating or reading a military grid string. The 180 longitude falls into zone 60.
MgrsOldWith180InZone01 Treats all spheroids as old, like Bessel 1841, when creating or reading a military grid string. The 180 longitude falls into zone 01.
UtmNorthSouth Uses North/South latitude indicators. Non-standard. Default is recommended.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ArcGIS.Core.Geometry.ToGeoCoordinateMode

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

ArcGIS.Core.Geometry Namespace
ToGeoCoordinateParameter Class
ToGeoCoordinateString Method