ArcGIS Pro 2.6 API Reference Guide
GeoCoordinateType Enumeration

ArcGIS.Core.Geometry Namespace : GeoCoordinateType Enumeration
Options for representing different coordinate string notations. Used with the ToGeoCoordinateParameter class as part of the MapPoint.ToGeoCoordinateString and MapPointBuilder.FromGeoCoordinateString functions.
Syntax
Members
MemberDescription
DD Decimal Degree.
DDM Degree Decimal Minute.
DMS Degree Minute Second.
GARS Global Area Reference System.
GeoRef World Geographic Reference System.
MGRS Military Grid Reference System.
USNG United States National Grid.
UTM Universal Transverse Mercator.
Inheritance Hierarchy

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

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

ArcGIS.Core.Geometry Namespace
ToGeoCoordinateParameter Class
ToGeoCoordinateString Method
FromGeoCoordinateString Method