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


ITemporalFeatureClassStatistics.TrackCount Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabaseExtensions)  

ITemporalFeatureClassStatistics.TrackCount Property

Indicates the TemporalFeatureClass track count.

[Visual Basic .NET]
Public ReadOnly Property TrackCount As Integer
[C#]
public int TrackCount {get;}
[C++]
HRESULT get_TrackCount(
  long* plTrackCount
);
[C++]

Parameters plTrackCount [out, retval] plTrackCount is a parameter of type long

Product Availability

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

See Also

ITemporalFeatureClassStatistics Interface

.NET Samples

Temporal statistics (Code Files: MainForm)