The length of the field. Note that in a DBF file each record is a constant length (even if a record is an empty string)

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

Syntax

Visual Basic (Declaration)
Public Property FieldLength As Integer
C#
public int FieldLength { get; set; }
Visual C++
public:
property int FieldLength {
	int get ();
	void set (int value);
}

See Also