Proficy Historian Client Access API
Proficy.Historian.ClientAccess.API Namespace / IData Interface / Delete Method
Array of tag names.
Array of times.
Receives individual tag errors.


In This Topic
    Delete Method (IData)
    In This Topic
    Delete tag data at the specified intervals in a Historian Server
    Syntax
    Sub Delete( _
       ByVal tagnames() As System.String, _
       ByVal times() As System.Date, _
       ByRef errors As ItemErrors _
    ) 
    void Delete( 
       System.string[] tagnames,
       System.DateTime[] times,
       out ItemErrors errors
    )
    void Delete( 
       System.array<String^>^ tagnames,
       System.array<DateTime>^ times,
       [Out] ItemErrors^ errors
    ) 

    Parameters

    tagnames
    Array of tag names.
    times
    Array of times.
    errors
    Receives individual tag errors.
    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