Method ProcessParameterSetFromUI
ProcessParameterSetFromUI(SLProtocol, int)
Processes write parameter changes on matrix, discreet info, or table.
public void ProcessParameterSetFromUI(SLProtocol protocol, int triggerParameter = 0)
Parameters
protocolSLProtocolLink with SLProtocol process. This needs to be the SLProtocol object that triggered the QAction as the GetTriggerParameter() method is internally being called.
triggerParameterintID of the parameter that triggered the QAction.
Exceptions
- ArgumentNullException
protocolis null.