MapWinGeoProc:Statistics Length
From MapWindow GIS
Length
Syntax
double Length(MapWinGIS.Shape line)
Summary
Not Implemented
Computes the total length of the line shape by summing all intermediate 2pt
segment lengths together.
Parameters
| line | The line shape whose length is to be computed. |
Returns
The length of the line, else 0 if an error was encounterd.
Visual Basic Net 2005 Example Implementation Code
Visual C# 2005 Example Implementation Code
Back to Statistics
















