ESRI.ArcGIS.ADF.ArcGISServer
GetAreasAndLengths(List<Polygon>) Method
See Also  Send Feedback
ESRI.ArcGIS.ADF.ArcGISServer Namespace > GeometryServerProxy Class > GetAreasAndLengths Method : GetAreasAndLengths(List<Polygon>) 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.

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.