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)
|
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