ArcGIS Runtime SDK for WPF - Library Reference
MapPointsToDecimalDegrees Method
See Also 
ESRI.ArcGIS.Client.Geometry Namespace > CoordinateConversion Class : MapPointsToDecimalDegrees Method

points
A IEnumerable of MapPoint representing the locations to be converted. Each MapPoint must have the same SpatialReference.
numberOfDigits
A System.Int32 indicating the number of decimal places of each returned coordinate notation.
Converts a collection of MapPoint geometries to a collection of coordinate notation strings in the Decimal Degrees (DD) format. The MapPoints must all have the same valid SpatialReference.

Syntax

Visual Basic (Declaration) 
Public Shared Function MapPointsToDecimalDegrees( _
   ByVal points As IEnumerable(Of MapPoint), _
   ByVal numberOfDigits As Integer _
) As IList(Of String)
C# 
public static IList<string> MapPointsToDecimalDegrees( 
   IEnumerable<MapPoint> points,
   int numberOfDigits
)

Parameters

points
A IEnumerable of MapPoint representing the locations to be converted. Each MapPoint must have the same SpatialReference.
numberOfDigits
A System.Int32 indicating the number of decimal places of each returned coordinate notation.

Return Value

A IList of System.String of coordinate notations representing the locations defined by the MapPoints.

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8

See Also

© ESRI, Inc. All Rights Reserved.