MapWinGeoProc:Statistics DistancePointToPoint
From MapWindow GIS
DistancePointToPoint
Syntax
DistancePointToPoint(MapWinGIS.Point pt1, MapWinGIS.Point pt2)
Summary
Not Implemented
Computes the Euclidean distance between two points.
Parameters
| pt1 | The first point. |
| pt2 | The second point. |
Returns
The distance between the first and second point, else 0 if an error was encountered.
Visual Basic Net 2005 Example Implementation Code
Visual C# 2005 Example Implementation Code
Back to Statistics
















