The number of records written in the shapefile

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

Syntax

Visual Basic
Protected Property RecordCount As Integer
	Get
	Set
C#
protected int RecordCount { get; set; }
Visual C++
protected:
property int RecordCount {
	int get ();
	void set (int value);
}
JavaScript
function get_recordCount();
function set_recordCount(value);

See Also