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
Public Property FieldLength As Integer
	Get
	Set
C#
public int FieldLength { get; set; }
Visual C++
public:
property int FieldLength {
	int get ();
	void set (int value);
}
JavaScript
function get_fieldLength();
function set_fieldLength(value);

See Also