openPDC Historian Help
PacketType101 Constructor (dataPoints)
NamespacesTVA.Historian.PacketsPacketType101PacketType101(IEnumerable<(Of <(IDataPoint>)>))
Initializes a new instance of the PacketType101 class.
Declaration Syntax
C#Visual BasicVisual C++
public PacketType101(
	IEnumerable<IDataPoint> dataPoints
)
Public Sub New ( _
	dataPoints As IEnumerable(Of IDataPoint) _
)
public:
PacketType101(
	IEnumerable<IDataPoint^>^ dataPoints
)
Parameters
dataPoints (IEnumerable<(Of <(IDataPoint>)>))
A collection of time-series data points.

Assembly: TVA.Historian (Module: TVA.Historian) Version: 1.0.33.39252