ArcGIS Runtime SDK for WPF - Library Reference
AreaAndPerimeterTaskAsync(Polygon,MensurationAreaParameter) Method
See Also 
ESRI.ArcGIS.Client.Tasks Namespace > MensurationTask Class > AreaAndPerimeterTaskAsync Method : AreaAndPerimeterTaskAsync(Polygon,MensurationAreaParameter) Method

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

Syntax

Visual Basic (Declaration) 
Public Overloads Function AreaAndPerimeterTaskAsync( _
   ByVal surfaceArea As Polygon, _
   ByVal parameters As MensurationAreaParameter _
) As Task(Of MensurationAreaResult)
C# 
public Task<MensurationAreaResult> AreaAndPerimeterTaskAsync( 
   Polygon surfaceArea,
   MensurationAreaParameter parameters
)

Parameters

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

Requirements

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

See Also

© ESRI, Inc. All Rights Reserved.