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

point
A MapPoint representing the location to be converted.
numberOfDigits
A System.Int32 indicating the precision of each half of the numeric portion of the returned coordinate. Must not be 0.
Converts a MapPoint geometry to a coordinate notation string in the Degrees Minutes Seconds (DMS) format.

Syntax

Visual Basic (Declaration) 
Public Shared Function MapPointToDegreesMinutesSeconds( _
   ByVal point As MapPoint, _
   ByVal numberOfDigits As Integer _
) As String
C# 
public static string MapPointToDegreesMinutesSeconds( 
   MapPoint point,
   int numberOfDigits
)

Parameters

point
A MapPoint representing the location to be converted.
numberOfDigits
A System.Int32 indicating the precision of each half of the numeric portion of the returned coordinate. Must not be 0.

Return Value

A System.String in the requested coordinate notation format representing the location defined by the MapPoint.

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.