Creates a new DbfWriter
Namespace:
EGIS.ShapeFileLibAssembly: EGIS.ShapeFileLib (in EGIS.ShapeFileLib.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ filePath As String, _ dataFields As DbfFieldDesc() _ ) |
| C# |
|---|
public DbfWriter( string filePath, DbfFieldDesc[] dataFields ) |
| Visual C++ |
|---|
public: DbfWriter( String^ filePath, array<DbfFieldDesc>^ dataFields ) |
Parameters
- filePath
- Type: System..::.String
- dataFields
- Type: array<
EGIS.ShapeFileLib..::.DbfFieldDesc
>[]()[]
A DbfFieldDesc aray describing the field of the DBF file