| 
            
              ArchiveDataPoint(Int32, Byte, Int32, Int32) Constructor
             | 
          
        
        
        
        Namespace: GSF.Historian.FilesAssembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.257-beta
Syntaxpublic ArchiveDataPoint(
	int historianID,
	byte[] buffer,
	int startIndex,
	int length
)
Public Sub New ( 
	historianID As Integer,
	buffer As Byte(),
	startIndex As Integer,
	length As Integer
)
public:
ArchiveDataPoint(
	int historianID, 
	array<unsigned char>^ buffer, 
	int startIndex, 
	int length
)
new : 
        historianID : int * 
        buffer : byte[] * 
        startIndex : int * 
        length : int -> ArchiveDataPointGSF.Historian.Files.ArchiveDataPoint = function(historianID, buffer, startIndex, length);
 View SourceParameters
- historianID  Int32
 - Historian identifier of ArchiveDataPoint.
 - buffer  Byte
 - Binary image to be used for initializing ArchiveDataPoint.
 - startIndex  Int32
 - 0-based starting index of initialization data in the buffer.
 - length  Int32
 - Valid number of bytes in buffer from startIndex.
 
See Also