Table of Contents

Method MatrixSetOutputLabel

Namespace
Skyline.DataMiner.Automation
Assembly
SLManagedAutomation.dll

MatrixSetOutputLabel(string, string, string)

void MatrixSetOutputLabel(string parameterName, string oldName, string newName)

Parameters

parameterName string
oldName string
newName string

MatrixSetOutputLabel(string, int, string)

void MatrixSetOutputLabel(string parameterName, int index, string newName)

Parameters

parameterName string
index int
newName string

MatrixSetOutputLabel(int, string, string)

void MatrixSetOutputLabel(int pid, string oldName, string newName)

Parameters

pid int
oldName string
newName string

MatrixSetOutputLabel(int, int, string)

void MatrixSetOutputLabel(int pid, int index, string newName)

Parameters

pid int
index int
newName string