MapWinGeoProc:RasterCalc TrigAbs
From MapWindow GIS
TrigAbs
Syntax
int TrigAbs(string strGridFile, string strResultGridFile, MapWinGIS.ICallback cback)
Summary
Not Implemented
Performs an Absolute operation on each corresponding cell value from the input file.
Parameters
| strGridFile | Path to the lead grid file. |
| strResultGridFile | Path to the resulting output grid file with Abs() results. |
| 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
















