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

See Also

© ESRI, Inc. All Rights Reserved.