MapWinGeoProc:SpatialOperations SelectWithPolygon
From MapWindow GIS
SelectWithPolygon
Syntax
SelectWithPolygon(ref string inputSFPath, ref MapWinGIS.Shape polygon, ref string resultSFPath)
Summary
Selects all points/lines/polygons in the input shapefile that intersect the polygon shape.
Returns the selected shapes in a new shapefile.
Parameters
| inputSFPath | The full path to the shapefile containing shapes for selection. |
| polygon | The polygon used for selecting shapes from the shapefile. |
| resultSFPath | The full path to where the selected shapes should be saved. |
Returns
False if an error was encountered or no shapes selected, true otherwise.
Visual Basic Net 2005 Example Implementation Code
Visual C# 2005 Example Implementation Code
Back to SpatialOperations
















