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




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

Syntax

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

Parameters

point
The Web ADF Point to convert.

Return Value

An ArcGIS Server PointN with the same geometry and shape.

See Also

© 2010 All Rights Reserved.