Proficy Historian Client Access API
Proficy.Historian.ClientAccess.API Namespace / DataSamples<T> Class / AddComments Method
An index value.
An array of comment records.



In This Topic
    AddComments Method (DataSamples<T>)
    In This Topic
    Insert the given data value comment records to this instance.
    Syntax
    'Declaration
     
    Public Sub AddComments( _
       ByVal index As Integer, _
       ByVal comments() As Comment _
    ) 
    'Usage
     
    Dim instance As DataSamples(Of T)
    Dim index As Integer
    Dim comments() As Comment
     
    instance.AddComments(index, comments)
    public void AddComments( 
       int index,
       Comment[] comments
    )
    public:
    void AddComments( 
       int index,
       array<Comment^>^ comments
    ) 

    Parameters

    index
    An index value.
    comments
    An array of comment records.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also