Converts an ArcGIS Server PointN to a Web ADF Point.
Syntax
Visual Basic (Declaration) | |
---|
Public Shared Function ToAdfPoint( _
ByVal pointN As PointN _
) As ESRI.ArcGIS.ADF.Web.Geometry.Point |
Visual Basic (Usage) | Copy Code |
---|
Dim pointN As PointN
Dim value As ESRI.ArcGIS.ADF.Web.Geometry.Point
value = Converter.ToAdfPoint(pointN) |
C# | |
---|
public static ESRI.ArcGIS.ADF.Web.Geometry.Point ToAdfPoint(
PointN pointN
) |
Parameters
- pointN
- The ArcGIS Server PointN to convert.
Return Value
A Web ADF
Point with the same coordinates.
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