ArcGIS Runtime SDK for Windows Phone - Library Reference
AreaAndPerimeterAsync(Polygon,MensurationAreaParameter,Object) Method
See Also  Send comments on this topic
ESRI.ArcGIS.Client.Tasks Namespace > MensurationTask Class > AreaAndPerimeterAsync Method : AreaAndPerimeterAsync(Polygon,MensurationAreaParameter,Object) Method

surfaceArea
The geometry surface area.
parameters
Parameters used in the calculation of the area.
userToken
The user token.
Asynchronous task that calculates the area on an image serviced based on a geometry surface.

Syntax

Visual Basic (Declaration) 
Public Overloads Sub AreaAndPerimeterAsync( _
   ByVal surfaceArea As Polygon, _
   ByVal parameters As MensurationAreaParameter, _
   Optional ByVal userToken As Object _
) 
C# 
public void AreaAndPerimeterAsync( 
   Polygon surfaceArea,
   MensurationAreaParameter parameters,
   object userToken
)

Parameters

surfaceArea
The geometry surface area.
parameters
Parameters used in the calculation of the area.
userToken
The user token.

Requirements

Target Platforms:Windows Phone 7

See Also

© ESRI, Inc. All Rights Reserved.