ESRI.ArcGIS.Mobile
ToGlobalArea Method
See Also  Send Feedback
ESRI.ArcGIS.Mobile.SpatialReferences Namespace > SpatialReference Class : ToGlobalArea Method

coordinates
Converts a list of coordinates into Global Area Reference System strings. Each string is 7 characters (3 numbers, 2 letters, 2 numbers).

Syntax

Visual Basic (Declaration) 
Public Function ToGlobalArea( _
   ByVal coordinates As IList(Of Coordinate) _
) As IList(Of String)
C# 
public IList<string> ToGlobalArea( 
   IList<Coordinate> coordinates
)

Parameters

coordinates

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also