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

In This Topic
    IDataSamples Interface Members
    In This Topic

    The following tables list the members exposed by IDataSamples.

    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