MapWinGeoProc:RasterCalc BoolAnd
From MapWindow GIS
BoolAnd
Syntax
int BoolAnd(string strLeadGridFile, string strTailGridFile, string strResultGridFile, MapWinGIS.ICallback cback)
Summary
Not Implemented
Places a value of 1 in all cells where the corresponding lead cell value compared to the tail cell value is TRUE by C Boolean OR, and a 0 to those that return FALSE.
Parameters
| strLeadGridFile | Path to the lead grid file. |
| strTailGridFile | Path to the tail grid file. |
| strResultGridFile | Path to the resulting output grid file. |
| cback | An optional callback object which allows progress and messages to be returned during functionality. |
Returns
Integer representing successful creation on 0 or some error state otherwise.
Visual Basic Net 2005 Example Implementation Code
Visual C# 2005 Example Implementation Code
Back to RasterCalc
















