MapWinGeoProc:SpatialOperations SelectByAttribute
From MapWindow GIS
SelectByAttribute
Syntax
bool SelectByAttribute(ref string inputSFPath, int fieldID, int testValLoc, int compType, ref string resultSFPath)
Summary
Selects all shapes in the input shapefile based on a field value.
Parameters
| inputSFPath | The full path to the input shapefile. |
| fieldID | The table ID of the field used for selection. |
| testValLoc | The location of a value used for comparison purposes. |
| compType | The type of comparison to be performed (==, >=, !=, etc) |
| resultSFPath | The 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 SpatialOperations
















