Table of Contents

Method MatrixSetLabel

Namespace
Skyline.DataMiner.Automation
Assembly
SLManagedAutomation.dll

MatrixSetLabel(string, bool, string, string)

public virtual void MatrixSetLabel(string parameterName, bool input, string oldName, string newName)

Parameters

parameterName string
input bool
oldName string
newName string

MatrixSetLabel(int, bool, int, string)

public virtual void MatrixSetLabel(int pid, bool input, int index, string newName)

Parameters

pid int
input bool
index int
newName string

MatrixSetLabel(int, bool, string, string)

public virtual void MatrixSetLabel(int pid, bool input, string oldName, string newName)

Parameters

pid int
input bool
oldName string
newName string

MatrixSetLabel(string, bool, int, string)

public virtual void MatrixSetLabel(string parameterName, bool input, int index, string newName)

Parameters

parameterName string
input bool
index int
newName string