ArcGIS API for Windows Phone - Library Reference
AreasAndLengthsAsync Method
See Also  Send comments on this topic
ESRI.ArcGIS.Client.Tasks Namespace > GeometryService Class : AreasAndLengthsAsync Method

Calculates the areas and lengths of each specified polygon. Raises the GeometryService.AreasAndLengthsCompleted event on success, or the TaskBase.Failed event on failure.

Overload List

OverloadDescription
AreasAndLengthsAsync(IList<Graphic>)Calculates the areas and lengths of each specified polygon. Raises the GeometryService.AreasAndLengthsCompleted event on success, or the TaskBase.Failed event on failure.  
AreasAndLengthsAsync(IList<Graphic>,Object)Calculates the areas and lengths of each specified polygon. Raises the GeometryService.AreasAndLengthsCompleted event on success, or the TaskBase.Failed event on failure.  
AreasAndLengthsAsync(IList<Graphic>,Nullable<LinearUnit>,Nullable<LinearUnit>,Object)Calculates the areas and lengths of each specified polygon. Raises the GeometryService.AreasAndLengthsCompleted event on success, or the TaskBase.Failed event on failure.  

Requirements

Target Platforms:Windows Phone 7

See Also

© ESRI, Inc. All Rights Reserved.