openPDC Historian Help
StateRecordDataPoint Constructor (historianID, binaryImage, startIndex, length)
NamespacesTVA.Historian.FilesStateRecordDataPointStateRecordDataPoint(Int32, array<Byte>[]()[], Int32, Int32)
Initializes a new instance of the StateRecordDataPoint class.
Declaration Syntax
C#Visual BasicVisual C++
public StateRecordDataPoint(
	int historianID,
	byte[] binaryImage,
	int startIndex,
	int length
)
Public Sub New ( _
	historianID As Integer, _
	binaryImage As Byte(), _
	startIndex As Integer, _
	length As Integer _
)
public:
StateRecordDataPoint(
	int historianID, 
	array<unsigned char>^ binaryImage, 
	int startIndex, 
	int length
)
Parameters
historianID (Int32)
Historian identifier of StateRecordDataPoint.
binaryImage (array< Byte >[]()[])
Binary image to be used for initializing StateRecordDataPoint.
startIndex (Int32)
0-based starting index of initialization data in the binaryImage.
length (Int32)
Valid number of bytes in binaryImage from startIndex.

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