Gets all of the Attribute Names contained in the shapefile's DBF file

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

Syntax

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

Return Value

See Also