ESRI.ArcGIS.ADF.ArcGISServer
GetAreasAndLengths(Generic List) Method
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > GeometryServerProxy Class > GetAreasAndLengths Method : GetAreasAndLengths(Generic List) Method




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

Syntax

Visual Basic (Declaration) 
Public Overloads Function GetAreasAndLengths( _
   ByVal polygons As List(Of Polygon) _
) As AreasAndLengths
Visual Basic (Usage)Copy Code
Dim instance As GeometryServerProxy
Dim polygons As List(Of Polygon)
Dim value As AreasAndLengths
 
value = instance.GetAreasAndLengths(polygons)
C# 
public AreasAndLengths GetAreasAndLengths( 
   List<Polygon> polygons
)

Parameters

polygons
The polygons.

Return Value

The areas and lengths of the polygons.

See Also

© 2010 All Rights Reserved.