Table of Contents

Method FindViews

Namespace
Skyline.DataMiner.Automation
Assembly
SLManagedAutomation.dll

FindViews()

Gets the names of all the views this element is a member of.

public virtual string[] FindViews()

Returns

string[]

The names of the views this element is a member of.

Examples

Element element = engine.FindElement(400, 2000);
string[] viewNames = element.FindViews();