ESRI.ArcGIS.ADF.ArcGISServer
FromAdfPointCollection Method
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > Converter Class : FromAdfPointCollection Method




points
The Web ADF PointCollection to convert.
Converts a Web ADF PointCollection to an array of ArcGIS Server PointN.

Syntax

Visual Basic (Declaration) 
Public Shared Function FromAdfPointCollection( _
   ByVal points As PointCollection _
) As PointN()
Visual Basic (Usage)Copy Code
Dim points As PointCollection
Dim value() As PointN
 
value = Converter.FromAdfPointCollection(points)
C# 
public static PointN[] FromAdfPointCollection( 
   PointCollection points
)

Parameters

points
The Web ADF PointCollection to convert.

Return Value

An array of ArcGIS Server PointN objects with the same geometry and shape.

See Also

© 2010 All Rights Reserved.