Gets the number of records(shapes) in the ShapeFile

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

Syntax

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

See Also