MapWinGeoProc:Globals FindAndSortValidIntersects
From MapWindow GIS
FindAndSortValidIntersects
Syntax
FindAndSortValidIntersects(int numIntersects, ref MapWinGIS.Point[] intersectPts, ref MapWinGIS.Point[] validIntersects, ref MapWinGIS.Point startPt)
Summary
Sorts all valid intersects in the array intersectPts.
Parameters
| numIntersects | Expected number of valid intersects. |
| intersectPts | Array of all possible intersect points. |
| validIntersects | Array that will contain only the valid intersect points in sorted order. |
| startPt | The reference point to sort the valid intersect points by. |
Visual Basic Net 2005 Example Implementation Code
Visual C# 2005 Example Implementation Code
Back to Globals
















