Table of Contents

Method MatrixSetInputLabel

Namespace
Skyline.DataMiner.Automation
Assembly
SLManagedAutomation.dll

MatrixSetInputLabel(int, int, string)

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

Parameters

pid int
index int
newName string

MatrixSetInputLabel(int, string, string)

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

Parameters

pid int
oldName string
newName string

MatrixSetInputLabel(string, int, string)

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

Parameters

parameterName string
index int
newName string

MatrixSetInputLabel(string, string, string)

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

Parameters

parameterName string
oldName string
newName string