MapWinGeoProc:Merge MergePoints
From MapWindow GIS
MergePoints
Syntax
bool MergePoints(ref MapWinGIS.Point point1, ref MapWinGIS.Point point2, MapWinGIS.ShpfileType sfType, ref MapWinGIS.Shape mergedShp)
Summary
Will check to see if two points are identical.
Parameters
| point1 | The first point to consider. |
| point2 | The second point to consider. |
| sfType | The type of shapefile the points belong to. |
| mergedShp | The result shape |
Returns
True if the points were merged successfully, false otherwise.
Visual Basic Net 2005 Example Implementation Code
Visual C# 2005 Example Implementation Code
Back to Merge
















