Utility method to return the names of the fields in the DBF file Internally extracts the field names from the DBFRecordHeader

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

Syntax

Visual Basic
Public Function GetFieldNames As String()
C#
public string[] GetFieldNames()
Visual C++
public:
array<String^>^ GetFieldNames()
JavaScript
function getFieldNames();

Return Value

See Also