Returns the DbfFileHeader representing the contents of the DBF file's main header
            
    Namespace: 
   EGIS.ShapeFileLibAssembly: EGIS.ShapeFileLib (in EGIS.ShapeFileLib.dll)
 Syntax
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(); | 
 
     
     
     
     
    