Utility method to return the names of the fields in the DBF file
            Internally extracts the field names from the DBFRecordHeader
            
    Namespace: 
   EGIS.ShapeFileLibAssembly: EGIS.ShapeFileLib (in EGIS.ShapeFileLib.dll)
 Syntax
Syntax
| Visual Basic | 
|---|
| Public Function GetFieldNames As String() | 
| C# | 
|---|
| public string[] GetFieldNames() | 
| Visual C++ | 
|---|
| public: array<String^>^ GetFieldNames() | 
| JavaScript | 
|---|
| function getFieldNames(); | 
 
     
     
     
     
    