Convenience method which returns he total records contained in the shapefile. TotalRecords is the same as the shape File's RecordCount property
Namespace:
EGIS.ShapeFileLibAssembly: EGIS.ShapeFileLib (in EGIS.ShapeFileLib.dll)
Syntax
Visual Basic |
---|
Public ReadOnly Property TotalRecords As Integer Get |
C# |
---|
public int TotalRecords { get; } |
Visual C++ |
---|
public: property int TotalRecords { int get (); } |
JavaScript |
---|
function get_totalRecords(); |