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