Method RemoveTrendTemplate
- Namespace
- Skyline.DataMiner.Automation
- Assembly
- SLManagedAutomation.dll
RemoveTrendTemplate()
Removes the link between an element and the trend template that is assigned to it. This disables trending for the dummy.
public virtual void RemoveTrendTemplate()
Examples
var dummy = engine.GetDummy("dummy1");
dummy.RemoveTrendTemplate();