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

points
A IEnumerable of MapPoint representing the locations to be converted. Each MapPoint must have the same SpatialReference.
Converts a collection of MapPoint geometries to a collection of coordinate notation strings in the Global Area Reference System (GARS) format.

Syntax

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

Parameters

points
A IEnumerable of MapPoint representing the locations to be converted. Each MapPoint must have the same SpatialReference.

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.