ESRI.ArcGIS.ADF.ArcGISServer
GetLengths(List<Polyline>) Method
See Also  Send Feedback
ESRI.ArcGIS.ADF.ArcGISServer Namespace > GeometryServerProxy Class > GetLengths Method : GetLengths(List<Polyline>) Method




polylines
The polylines.
Calculates the lengths of each specified polyline. The spatial reference of the first polyline must not be null, and all polylines are assumed to be in the same spatial reference.

Syntax

Visual Basic (Declaration) 
Public Overloads Function GetLengths( _
   ByVal polylines As List(Of Polyline) _
) As List(Of Double)
Visual Basic (Usage)Copy Code
Dim instance As GeometryServerProxy
Dim polylines As List(Of Polyline)
Dim value As List(Of Double)
 
value = instance.GetLengths(polylines)
C# 
public List<double> GetLengths( 
   List<Polyline> polylines
)

Parameters

polylines
The polylines.

Return Value

The lengths of the polylines.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.