MapWinGeoProc:RasterCalc TrigExp
From MapWindow GIS
TrigExp
Syntax
int TrigExp(string strGridFile, string strResultGridFile, MapWinGIS.ICallback cback)
Summary
Not Implemented
Takes the Exponent of each cell value in the input file.
Parameters
| strGridFile | Path to the lead grid file. |
| strResultGridFile | Path to the resulting output grid file with Exp() 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
















