Table of Contents

Method MatrixEnableInputLine

Namespace
Skyline.DataMiner.Automation
Assembly
SLManagedAutomation.dll

MatrixEnableInputLine(string, int, bool)

public virtual void MatrixEnableInputLine(string parameterName, int index, bool state)

Parameters

parameterName string
index int
state bool

MatrixEnableInputLine(int, int, bool)

public virtual void MatrixEnableInputLine(int pid, int index, bool state)

Parameters

pid int
index int
state bool

MatrixEnableInputLine(string, string, bool)

public virtual void MatrixEnableInputLine(string parameterName, string inputLineLabel, bool state)

Parameters

parameterName string
inputLineLabel string
state bool

MatrixEnableInputLine(int, string, bool)

public virtual void MatrixEnableInputLine(int pid, string inputLineLabel, bool state)

Parameters

pid int
inputLineLabel string
state bool