Geotools.Net

CGAlgorithms.Length Method 

Returns the length of a list of line segments.

[Visual Basic]
Public Shared Function Length( _
   ByVal pts As Coordinates _
) As Double
[C#]
public static double Length(
   Coordinates pts
);

Parameters

pts
Missing <param> documentation for pts

Return Value

Missing <returns> documentation for M:Geotools.Algorithms.CGAlgorithms.Length(Geotools.Geometries.Coordinates)

Remarks

Missing <remarks> documentation for M:Geotools.Algorithms.CGAlgorithms.Length(Geotools.Geometries.Coordinates)

See Also

CGAlgorithms Class | CGAlgorithms Members | Geotools.Algorithms Namespace