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