Method MatrixSetOutputLabel
- Namespace
- Skyline.DataMiner.Automation
- Assembly
- SLManagedAutomation.dll
MatrixSetOutputLabel(string, string, string)
void MatrixSetOutputLabel(string parameterName, string oldName, string newName)
Parameters
MatrixSetOutputLabel(string, int, string)
void MatrixSetOutputLabel(string parameterName, int index, string newName)
Parameters
MatrixSetOutputLabel(int, string, string)
void MatrixSetOutputLabel(int pid, string oldName, string newName)
Parameters
MatrixSetOutputLabel(int, int, string)
void MatrixSetOutputLabel(int pid, int index, string newName)