the number of records contained in the DBF file

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

Syntax

Visual Basic
Public ReadOnly Property RecordCount As Integer
	Get
C#
public int RecordCount { get; }
Visual C++
public:
property int RecordCount {
	int get ();
}
JavaScript
function get_recordCount();

See Also