The number of records written in the shapefile

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

Syntax

Visual Basic (Declaration)
Protected Property RecordCount As Integer
C#
protected int RecordCount { get; set; }
Visual C++
protected:
property int RecordCount {
	int get ();
	void set (int value);
}

See Also