ArcGIS API for WPF - Library Reference
Area Method
See Also  Send comments on this topic
ESRI.ArcGIS.Client.Geometry Namespace > Euclidian Class : Area Method

polygon
Polygon to calculate area for
Calculates the area of a polygon.

Syntax

Visual Basic (Declaration) 
Public Shared Function Area( _
   ByVal polygon As Polygon _
) As Double
C# 
public static double Area( 
   Polygon polygon
)

Parameters

polygon
Polygon to calculate area for

Return Value

Returns area in geometry's linear unit.

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© ESRI, Inc. All Rights Reserved.