Describes a single field in a DBF file, including the name of the field, the DbfFieldType and the length of the field

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

Syntax

Visual Basic
Public Structure DbfFieldDesc
C#
public struct DbfFieldDesc
Visual C++
public value class DbfFieldDesc
JavaScript
JavaScript supports the use of structures, but not the declaration of new ones.

See Also