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