The length of each record (in bytes) in the DBF file. Note that each record will have the same length.

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

Syntax

Visual Basic
Public ReadOnly Property RecordLength As Short
	Get
C#
public short RecordLength { get; }
Visual C++
public:
property short RecordLength {
	short get ();
}
JavaScript
function get_recordLength();

See Also