MapWinGeoProc:ClipLineSFWithPoly Accurate ClipLineSFWithPolygon
From MapWindow GIS
Accurate_ClipLineSFWithPolygon
Syntax
bool Accurate_ClipLineSFWithPolygon(ref string lineSFPath, ref MapWinGIS.Shape polygon, ref string resultSFPath)
Summary
Given a line shapefile and a polygon, this function will return only the
portions of the lines that lie within the polygon.
Parameters
| lineSFPath | The full path to the shapefile. |
| polygon | The polygon object to be used for clipping. |
| resultSFPath | The full path to the result file where clipped lines will be saved. |
Returns
False if an error occured, true otherwise.
Visual Basic Net 2005 Example Implementation Code
Visual C# 2005 Example Implementation Code
Back to ClipLineSFWithPoly
















