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