MapWinGeoProc:Erase EraseLineSFWithPolySF
From MapWindow GIS
EraseLineSFWithPolySF
Syntax
bool EraseLineSFWithPolySF(ref MapWinGIS.Shapefile inputSF, ref MapWinGIS.Shapefile eraseSF, ref MapWinGIS.Shapefile resultSF)
Summary
Removes portions of the input line shapefile that fall within the polygons of the erase polygon shapefile.
Parameters
| inputSF | The line shapefile to erase. |
| eraseSF | The polygon shapefile that will be used to erase portions of the line shapefile. |
| resultSF | The result shapefile. |
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
















