The length of the main header

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

Syntax

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

See Also