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.


Delete Method (IData)
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 _
) 

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