openPDC Historian Help
StateRecordDataPoint Constructor (historianID, time, value, quality)
NamespacesTVA.Historian.FilesStateRecordDataPointStateRecordDataPoint(Int32, TimeTag, Single, Quality)
Initializes a new instance of the StateRecordDataPoint class.
Declaration Syntax
C#Visual BasicVisual C++
public StateRecordDataPoint(
	int historianID,
	TimeTag time,
	float value,
	Quality quality
)
Public Sub New ( _
	historianID As Integer, _
	time As TimeTag, _
	value As Single, _
	quality As Quality _
)
public:
StateRecordDataPoint(
	int historianID, 
	TimeTag^ time, 
	float value, 
	Quality quality
)
Parameters
historianID (Int32)
Historian identifier of StateRecordDataPoint.
time (TimeTag)
TimeTag of StateRecordDataPoint.
value (Single)
Floating-point value of StateRecordDataPoint.
quality (Quality)
Quality of StateRecordDataPoint.

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