Method to return an array of DbfFieldDesc structs, describing each field in a record

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

Syntax

Visual Basic (Declaration)
Public Function GetFieldDescriptions As DbfFieldDesc()
C#
public DbfFieldDesc[] GetFieldDescriptions()
Visual C++
public:
array<DbfFieldDesc>^ GetFieldDescriptions()

Return Value

See Also