Proficy Historian Client Access API
Proficy.Historian.ClientAccess.API Namespace / IDataSamples Interface

In This Topic
IDataSamples Interface Methods
In This Topic

For a list of all members of this type, see IDataSamples members.

Public Methods
 NameDescription
 Method Insert the given data value comment records to this instance.  
 Method Insert the given data value quality to this instance.  
 Method Adds all elements from the given collection to the end this instance.  
 Method Append the given data value time to this instance.  
 Method Append the given data value to this instance.  
 Method Return a count of data values.  
 Method Return the array of data value comment records at a specific index.  
 Method Return the data value quality at a specific index.  
 Method Return the data value time at a specific index.  
 Method Return the data value at a specific index.  
 Method Whether data value comment records are provided.  
 Method Whether data value qualities are provided.  
 Method Whether data value times are provided.  
 Method Whether data values are provided.  
 Method Return a collection of data value qualities.  
 Method Return an array of data value times.  
 Method Return an array of data values.  
Top
See Also