MapWinGeoProc:DataManagement MergeGrids
From MapWindow GIS
MergeGrids
Syntax
bool MergeGrids(ref string grid1Path, ref string grid2Path, ref string resultGridPath)
Summary
Not Implemented
Combines two grids into one.
Parameters
| grid1Path | Full path to the first grid. |
| grid2Path | Full path to the second grid. |
| resultGridPath | Full path to the result grid. |
Returns
False if an error was encountered, true otherwise.
Visual Basic Net 2005 Example Implementation Code
Visual C# 2005 Example Implementation Code
Back to DataManagement
















