MapWinGeoProc:DataManagement AppendShapefile
From MapWindow GIS
AppendShapefile
Syntax
bool AppendShapefile(ref string inputSFPath, ref string appendSFPath)
Summary
Not Implemented
Appends one shapefile to another. No intersection/union operation is performed
on overlapping shapes. The input shapefile is overwritten.
Parameters
| inputSFPath | Full path to the input shapefile. |
| appendSFPath | Full path to the shapefile that needs to be appended to the input shapefile. |
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
















