MapWinGeoProc:Erase ErasePolySFWithPolySF
From MapWindow GIS
ErasePolySFWithPolySF
Syntax
bool ErasePolySFWithPolySF(ref MapWinGIS.Shapefile inputSF, ref MapWinGIS.Shapefile eraseSF, ref MapWinGIS.Shapefile resultSF)
Summary
Removes portions of the input polygon shapefile that are within the erase polygons.
Parameters
| inputSF | The input polygon shapefile. |
| eraseSF | The erase polygon shapefile. |
| resultSF | The resulting shapefile, with portions removed. |
Returns
False if an error was encountered, true otherwise.
Visual Basic Net 2005 Example Implementation Code
Visual C# 2005 Example Implementation Code
Back to Erase
















