MapWinGeoProc:Utils PointOnLine
From MapWindow GIS
PointOnLine
Syntax
bool PointOnLine(ref MapWinGIS.Point point, ref MapWinGIS.Shape line, ref int ptLocation)
Summary
Finds if a point lies on a line or not.
Parameters
| point | The test point. |
| line | The line shape. |
| ptLocation | The index to where the point would be located on the line if it were to be added to the line. |
Returns
False if the point is not on the line or an error was encountered, true otherwise.
Visual Basic Net 2005 Example Implementation Code
Visual C# 2005 Example Implementation Code
Back to Utils
















