ArcGIS API for Silverlight - Library Reference
PointAsync Method
See Also  Send comments on this topic
ESRI.ArcGIS.Client.Tasks Namespace > MensurationTask Class : PointAsync Method

point
The point to evaluate on the image service.
parameters
Parameters used in the evaluation of the geometry point.
userToken
The user token.
Asynchronous task that gets location information from an image service based on a geometry point.

Syntax

Visual Basic (Declaration) 
Public Sub PointAsync( _
   ByVal point As MapPoint, _
   ByVal parameters As MensurationPointParameter, _
   Optional ByVal userToken As Object _
) 
C# 
public void PointAsync( 
   MapPoint point,
   MensurationPointParameter parameters,
   object userToken
)

Parameters

point
The point to evaluate on the image service.
parameters
Parameters used in the evaluation of the geometry point.
userToken
The user token.

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7

See Also

© ESRI, Inc. All Rights Reserved.