MapWinGeoProc:Merge MergeLines
From MapWindow GIS
MergeLines
Syntax
bool MergeLines(ref MapWinGIS.Shape line1, ref MapWinGIS.Shape line2, MapWinGIS.ShpfileType sfType, ref MapWinGIS.Shape resultShp)
Summary
Merges two lines together if they share a common end point.
Parameters
| line1 | The first line to be considered. |
| line2 | The second line to be considered. |
| sfType | The type of shapefile the lines are a part of. |
| resultShp | The two lines merged into one. |
Returns
True if merging was successful, false otherwise.
Visual Basic Net 2005 Example Implementation Code
Visual C# 2005 Example Implementation Code
Back to Merge
















