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.Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8