ClearHistory - method of the PmaTrendGroup object
Description:
Remove all archived data both from the computer memory and the disk.
Syntax:
Empty ClearHistory()
Example:
JavaScriptVBScriptSelect and copy to clipboard
var oTrend = pMe.Pm("/Trends");
oTrend.ClearHistory();
Dim oTrend
Set oTrend = pMe.Pm("/Trends")
oTrend.ClearHistory