ArcGIS API for Silverlight - Library Reference
Length(Polygon) Method
See Also  Send comments on this topic
ESRI.ArcGIS.Client.Geometry Namespace > Euclidian Class > Length Method : Length(Polygon) Method

polygon
The polygon to calculate the length for.
Calculates the length of the perimeter of a polygon.

Syntax

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

Parameters

polygon
The polygon to calculate the length for.

Return Value

Length in geometry's linear unit.

Requirements

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

See Also

© ESRI, Inc. All Rights Reserved.