ArcFM Responder Mobile Developer Guide
GetCordinates Method (XYPointPointCollectionHelper)






Extract xy values from string data.
Syntax
'Declaration
 
Public Shared Function GetCordinates( _
   ByVal compressedData As System.String _
) As System.Collections.Generic.ICollection(Of XYPoint)
'Usage
 
Dim compressedData As System.String
Dim value As System.Collections.Generic.ICollection(Of XYPoint)
 
value = XYPointPointCollectionHelper.GetCordinates(compressedData)
public static System.Collections.Generic.ICollection<XYPoint> GetCordinates( 
   System.string compressedData
)
public function GetCordinates( 
    compressedData: System.String
): System.Collections.Generic.ICollection; static; 
public static function GetCordinates( 
   compressedData : System.String
) : System.Collections.Generic.ICollection;
public: static System.Collections.Generic.ICollection<XYPoint>* GetCordinates( 
   System.string* compressedData
) 
public:
static System.Collections.Generic.ICollection<XYPoint>^ GetCordinates( 
   System.String^ compressedData
) 

Parameters

compressedData
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

XYPointPointCollectionHelper Class
XYPointPointCollectionHelper Members

Send Feedback