Panel |
---|
setQCAssignmentMax(qc, assignment max)
|
DescriptionFunction to set the maximum value of the specified quick control assignment. The quick control assignment is determined by the Layer object, the index of the quick control and the index of the assignment itself. For example, this.parent defines the parent layer of the script module as the layer that contains the quick control. The qc argument is the index of the quick control and the assignment argument is the index of the assignment. The indices of the quick controls and the assignments both start counting from 1. The max argument sets the maximum value of the quick control assignment. Available in: Controller Argumentsqc | The index of the quick control. | number |
---|
assignment | The index of the quick control assignment. | number |
---|
max | The maximum value to be set. | number |
---|
Info |
---|
The value range of the maximum value is always 0 to 100 %, even if the type of the quick control assignment is set to Relative or Switch Relative. |
Example Code Block |
---|
-- set the maximum value of the quick control assignment depending on the |
|