MapWinGeoProc:Merge CombinePolygons
From MapWindow GIS
CombinePolygons
Syntax
bool CombinePolygons(ref MapWinGIS.Shape poly1, ref MapWinGIS.Shape poly2, ref MapWinGIS.Shape resultShp)
Summary
Creates one multi-part polygon out of two input polygons.
Parameters
| poly1 | The first polygon to be combined. |
| poly2 | The second polygon to be combined. |
| resultShp | The resulting multi-part polygon. |
Returns
True if combining was successful, false otherwise.
Visual Basic Net 2005 Example Implementation Code
Visual C# 2005 Example Implementation Code
Back to Merge
















