ArcFM Engine Developer Guide
GetCordinates Method (XYPointPointCollectionHelper)


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

Parameters

compressedData
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