After the StatisticsReader has read statistics from the archive file,
this will contain the statistics on the total number of frames.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public Dictionary<MetadataRecord, IEnumerable<IDataPoint>> TotalFrames { get; }
Public ReadOnly Property TotalFrames As Dictionary(Of MetadataRecord, IEnumerable(Of IDataPoint)) Get
public: property Dictionary<MetadataRecord^, IEnumerable<IDataPoint^>^>^ TotalFrames { Dictionary<MetadataRecord^, IEnumerable<IDataPoint^>^>^ get (); }