MapWinGeoProc:SubBasinGridToShape
From MapWindow GIS
SubBasinGridToShape
Syntax
int SubBasinGridToShape(string strSubBasinGrid, string strD8File, string strResSubBasinShapeFile, MapWinGIS.ICallback cback)
Summary
Not Implemented
Generates a SubBasin shapefile formed by converting the zoned grid file into bordering polygons.
Parameters
| strSubBasinGrid | Path to the Subbasin grid file. |
| strD8File | Path to the D8 grid file. Used to handle some ambiguity cases. |
| strResSubBasinShapeFile | Path to resulting output Subbasin shapefile. |
| 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 HydroProc
