Returns the DbfFileHeader representing the contents of the DBF file's main header

Namespace:  EGIS.ShapeFileLib
Assembly:  EGIS.ShapeFileLib (in EGIS.ShapeFileLib.dll)

Syntax

Visual Basic
Public ReadOnly Property DbfRecordHeader As DbfFileHeader
	Get
C#
public DbfFileHeader DbfRecordHeader { get; }
Visual C++
public:
property DbfFileHeader DbfRecordHeader {
	DbfFileHeader get ();
}
JavaScript
function get_dbfRecordHeader();

See Also