Method GetInterfacesByType
- Namespace
- Skyline.DataMiner.Automation
- Assembly
- SLManagedAutomation.dll
GetInterfacesByType(string)
Retrieves the DCF interfaces of the specified interface type.
public virtual Interface[] GetInterfacesByType(string type)
Parameters
type
stringThe interface type ("in", "out", "inout").
Returns
- Interface[]
The DCF interfaces of the specified type.
Examples
Element element = engine.FindElement(400, 2000);
var interfaces = element.GetInterfacesByType("out");
Remarks
Feature introduced in DataMiner 8.5.3 (RN 8867).