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