MapWinGeoProc:ClipLineSFWithPoly Fast ClipLineSFWithPolygon
From MapWindow GIS
Fast_ClipLineSFWithPolygon
Syntax
bool Fast_ClipLineSFWithPolygon(ref string lineSFPath, ref MapWinGIS.Shape polygon, ref string resultSFPath)
Summary
Finds all portions of the lines that lie within the polygon and returns them in
the shapefile resultSF.
Parameters
| lineSFPath | Full path to the line shapefile. |
| polygon | The polygon that will be checked for intersections. |
| resultSFPath | Full path to 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 ClipLineSFWithPoly
















