Click or drag to resize

ArchiveDataBlockRead Method

Reads existing ArchiveDataPoints from the ArchiveDataBlock.

Namespace: GSF.Historian.Files
Assembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.181-beta
Syntax
public IEnumerable<IDataPoint> Read()
View Source

Return Value

IEnumerableIDataPoint
Returns ArchiveDataPoints from the ArchiveDataBlock.
See Also