MapWinGeoProc:DataManagement CopyShapefile
From MapWindow GIS
CopyShapefile
Syntax
bool CopyShapefile(ref string oldShapefilePath, ref string newShapefilePath)
Summary
Copies a shapefile and all associated files.
Parameters
| oldShapefilePath | Full path to the original shapefile (including .shp extension). |
| newShapefilePath | Full path to where the copy should be saved (including .shp extension). |
Returns
False if an error was encoutered, true otherwise.
Visual Basic Net 2005 Example Implementation Code
Visual C# 2005 Example Implementation Code
Back to DataManagement
















