MapWinGeoProc:RasterCalc TrigAtan
From MapWindow GIS
TrigAtan
Syntax
int TrigAtan(string strGridFile, string strResultGridFile, MapWinGIS.ICallback cback)
Summary
Not Implemented
Takes the ArcTangent 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 aTan() 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
















