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 (Declaration)
Public ReadOnly Property RecordLength As Short
C#
public short RecordLength { get; }
Visual C++
public:
property short RecordLength {
	short get ();
}

See Also