ESRI.ArcGIS.Mobile
GetLength Method
See Also  Send Feedback
ESRI.ArcGIS.Mobile.Geometries Namespace > Polyline Class : GetLength Method

Gets the polyline length in geometry units.

Syntax

Visual Basic (Declaration) 
Public Function GetLength() As Double
C# 
public double GetLength()

Remarks

Returns the length of the entire curve. The length of the curve is the sum of the lengths along each parameterized Segment between vertices along the curve.

Requirements

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