ArcGIS API for Silverlight - 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.  
AreasAndLengthsAsync(IList<Graphic>,Nullable<LinearUnit>,Nullable<LinearUnit>,CalculationType,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 XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7

See Also

© ESRI, Inc. All Rights Reserved.