Table of Contents

Method MatrixEnableOutputLine

Namespace
Skyline.DataMiner.Automation
Assembly
SLManagedAutomation.dll

MatrixEnableOutputLine(string, string, bool)

public virtual void MatrixEnableOutputLine(string parameterName, string outputLineLabel, bool state)

Parameters

parameterName string
outputLineLabel string
state bool

MatrixEnableOutputLine(int, int, bool)

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

Parameters

pid int
index int
state bool

MatrixEnableOutputLine(int, string, bool)

public virtual void MatrixEnableOutputLine(int pid, string outputLineLabel, bool state)

Parameters

pid int
outputLineLabel string
state bool

MatrixEnableOutputLine(string, int, bool)

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

Parameters

parameterName string
index int
state bool