Table of Contents

Method SetTrendTemplate

Namespace
Skyline.DataMiner.Automation
Assembly
SLManagedAutomation.dll

SetTrendTemplate(string)

Assigns the specified trend template to the element.

public virtual void SetTrendTemplate(string name)

Parameters

name string

The name of the trend template to assign.

Examples

Element element = engine.FindElement(400, 2000);
element.SetTrendTemplate("Trend Template 1");

Exceptions

DataMinerException

There is no trend template with the specified name.