Proficy Historian Client Access API
Proficy.Historian.ClientAccess.API Namespace / DataSamples<T> Class


In This Topic
    DataSamples<T> Class Methods
    In This Topic

    For a list of all members of this type, see DataSamples<T> members.

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