Struct representing the contents of the main header of a DBF file.
The main header stores version number, modification date, the number of fields in each record
and a description of each field in a record.
For a more detailed description of the main header of a DBF file refer to the DBF File Format techincal description
Namespace:
EGIS.ShapeFileLib
Assembly:
EGIS.ShapeFileLib (in EGIS.ShapeFileLib.dll)
Syntax
Visual Basic |
---|
Public Structure DbfFileHeader |
C# |
---|
public struct DbfFileHeader |
Visual C++ |
---|
public value class DbfFileHeader |
JavaScript |
---|
JavaScript supports the use of structures, but not the declaration of new ones. |
See Also