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