MapWinGeoProc:ClipLineSFWithPoly ClipLineSFWithMultiPartPolygon
From MapWindow GIS
ClipLineSFWithMultiPartPolygon
Syntax
ClipLineSFWithMultiPartPolygon(ref string lineSFPath, ref MapWinGIS.Shape polygon, ref string resultSFPath, System.Boolean speedOptimized)
Summary
bool Clips all lines in the shapefile using a multi-part polygon.
Parameters
| lineSFPath | The full path to the line shapefile. |
| polygon | The multi-part polygon used for clipping. |
| resultSFPath | The full path to where the result file should be saved. |
| speedOptimized | True if fast clipping is desired (not advisable). |
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
















