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 element.
public virtual void RemoveTrendTemplate()
Examples
Element element = engine.FindElement(400, 2000);
element.RemoveTrendTemplate();