ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer.Local
ToIPoint Method
See Also 
ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer.Local Namespace > Converter Class : ToIPoint Method




point
The Web ADF Point to convert.
context
The ArcGIS Server context (IServerContext), available when working with Local connections to ArcGIS Server.
Converts a Web ADF point to an ArcGIS (ArcObjects) point.

Syntax

Visual Basic (Declaration) 
Public Shared Function ToIPoint( _
   ByVal point As Point, _
   ByVal context As IServerContext _
) As IPoint
Visual Basic (Usage)Copy Code
Dim point As Point
Dim context As IServerContext
Dim value As IPoint
 
value = Converter.ToIPoint(point, context)
C# 
public static IPoint ToIPoint( 
   Point point,
   IServerContext context
)

Parameters

point
The Web ADF Point to convert.
context
The ArcGIS Server context (IServerContext), available when working with Local connections to ArcGIS Server.

Return Value

The ArcGIS (ArcObjects) point (IPoint) with the equivalent properties.

See Also

© 2010 All Rights Reserved.