MapWinGeoProc:SpatialReference FillGrid
From MapWindow GIS
FillGrid
Syntax
bool FillGrid(ref string inputGF, ref string resultGF, int newNumRows, int newNumCols, int rowClearCount, double newXll, double newYll, double cellSize, double oldXll, double oldYll, double oldDx, double oldDy)
Summary
Fills the result grid with values from the input grid.
Parameters
| inputGF | The path to the input grid. |
| resultGF | The path to the result grid. |
| newNumRows | The number of rows in the result grid. |
| newNumCols | The number of cols in the result grid. |
| rowClearCount | The number of rows that should be filled before |
Returns
False if an error was encountered, true otherwise.
Visual Basic Net 2005 Example Implementation Code
Visual C# 2005 Example Implementation Code
Back to SpatialReference
















