MapWinGeoProc:Globals CopyFields
From MapWindow GIS
CopyFields
Syntax
bool CopyFields(ref MapWinGIS.Shapefile inputSF, ref MapWinGIS.Shapefile resultSF)
Summary
Copies all fields from the inputSF .dbf table to the resultSF table.
Parameters
| inputSF | The shapefile with fields to be copied. |
| resultSF | The result shapefile that will inherit the fields. |
Returns
False if an error was encountered, true otherwise.
Visual Basic Net 2005 Example Implementation Code
Visual C# 2005 Example Implementation Code
Back to Globals
















