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

Calculates the lengths of each specified polyline. Raises the LengthsCompleted event on success, or the TaskBase.Failed event on failure.

Overload List

OverloadDescription
LengthsAsync(IList<Graphic>)Calculates the lengths of each specified polyline. Raises the LengthsCompleted event on success, or the TaskBase.Failed event on failure.  
LengthsAsync(IList<Graphic>,Object)Calculates the lengths of each specified polyline. Raises the LengthsCompleted event on success, or the TaskBase.Failed event on failure.  
LengthsAsync(IList<Graphic>,Nullable<LinearUnit>,Boolean,Object)Calculates the lengths of each specified polyline. Raises the LengthsCompleted event on success, or the TaskBase.Failed event on failure.  

Requirements

Target Platforms:Windows Phone 7

See Also

© ESRI, Inc. All Rights Reserved.