Table of Contents

Method GetInterfaces

Namespace
Skyline.DataMiner.Automation
Assembly
SLManagedAutomation.dll

GetInterfaces()

Retrieves all DCF interfaces of this element.

public virtual Interface[] GetInterfaces()

Returns

Interface[]

The DCF interfaces of this element.

Examples

Element element = engine.FindElement(400, 2000);
var interfaces = element.GetInterfaces();

Remarks

note

Note that the method caches the interfaces the first time they are retrieved, and they will not be updated if they change while the script is running.