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


ITemporalWorkspaceStatistics.AllTrackCounts Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabaseExtensions)  

ITemporalWorkspaceStatistics.AllTrackCounts Property

Indicates track count for each TemporalFeatureClass under the workspace or workspace factory.

[Visual Basic .NET]
Public ReadOnly Property AllTrackCounts As IPropertySet
[C#]
public IPropertySet AllTrackCounts {get;}
[C++]
HRESULT get_AllTrackCounts(
  IPropertySet** ppiAllTrackCounts
);
[C++]

Parameters ppiAllTrackCounts [out, retval]
ppiAllTrackCounts is a parameter of type IPropertySet

Product Availability

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

See Also

ITemporalWorkspaceStatistics Interface