ArcFM Responder Mobile Developer Guide
SetCordinates Method (XYPointPointCollectionHelper)






Save xy data as a string value. Some rounding may occour.
Syntax
'Declaration
 
Public Shared Function SetCordinates( _
   ByVal points As System.Collections.Generic.IEnumerable(Of XYPoint) _
) As System.String
'Usage
 
Dim points As System.Collections.Generic.IEnumerable(Of XYPoint)
Dim value As System.String
 
value = XYPointPointCollectionHelper.SetCordinates(points)
public static System.string SetCordinates( 
   System.Collections.Generic.IEnumerable<XYPoint> points
)
public function SetCordinates( 
    points: System.Collections.Generic.IEnumerable
): System.String; static; 
public static function SetCordinates( 
   points : System.Collections.Generic.IEnumerable
) : System.String;
public: static System.string* SetCordinates( 
   System.Collections.Generic.IEnumerable<XYPoint>* points
) 
public:
static System.String^ SetCordinates( 
   System.Collections.Generic.IEnumerable<XYPoint>^ points
) 

Parameters

points
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