This document is archived and information here might be outdated.  Recommended version.


ITemporalFeatureClassStatistics.TotalFeatureCount Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabaseExtensions)  

ITemporalFeatureClassStatistics.TotalFeatureCount Property

Indicates the total number of features logged.

[Visual Basic .NET]
Public ReadOnly Property TotalFeatureCount As Object
[C#]
public object TotalFeatureCount {get;}
[C++]
HRESULT get_TotalFeatureCount(
  VARIANT* pvarTotalFeatureCount
);
[C++]

Parameters pvarTotalFeatureCount [out, retval] pvarTotalFeatureCount is a parameter of type VARIANT

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ITemporalFeatureClassStatistics Interface

.NET Samples

Temporal statistics (Code Files: MainForm)