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




pointN
The ArcGIS Server PointN to convert.
Converts an ArcGIS Server PointN to a Web ADF Point.

Syntax

Visual Basic (Declaration) 
Public Shared Function ToAdfPoint( _
   ByVal pointN As PointN _
) As Point
Visual Basic (Usage)Copy Code
Dim pointN As PointN
Dim value As Point
 
value = Converter.ToAdfPoint(pointN)
C# 
public static Point ToAdfPoint( 
   PointN pointN
)

Parameters

pointN
The ArcGIS Server PointN to convert.

Return Value

A Web ADF Point with the same coordinates.

See Also

© 2010 All Rights Reserved.