ESRI.ArcGIS.ADF.ArcGISServer
GetLengths(Generic List) Method
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > GeometryServerProxy Class > GetLengths Method : GetLengths(Generic List) 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.

See Also

© 2010 All Rights Reserved.