ArcFM Engine 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 IEnumerable(Of XYPoint) _
) As String
'Usage
 
Dim points As IEnumerable(Of XYPoint)
Dim value As String
 
value = XYPointPointCollectionHelper.SetCordinates(points)
public static string SetCordinates( 
   IEnumerable<XYPoint> points
)

Parameters

points
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

XYPointPointCollectionHelper Class
XYPointPointCollectionHelper Members

 

 


Send Comment