Converts a Web ADF PointCollection to an array of ArcGIS Server PointN.
Syntax
Visual Basic (Declaration) | |
---|
Public Shared Function FromAdfPointCollection( _
ByVal points As ESRI.ArcGIS.ADF.Web.Geometry.PointCollection _
) As PointN() |
Visual Basic (Usage) | Copy Code |
---|
Dim points As ESRI.ArcGIS.ADF.Web.Geometry.PointCollection
Dim value() As PointN
value = Converter.FromAdfPointCollection(points) |
C# | |
---|
public static PointN[] FromAdfPointCollection(
ESRI.ArcGIS.ADF.Web.Geometry.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.
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also