Defines the limits for the number of selections associated with this input. A maximum value of 0 indicates that there is no maximum.
"selectionCommandInput_var" is a variable referencing a SelectionCommandInput object.
|
"selectionCommandInput_var" is a variable referencing a SelectionCommandInput object.
|
Type | Description |
boolean | Returns true if the limits were successfully set. |
Name | Type | Description |
minimum | uinteger | The minimum number of selections required. A value of zero means that there is no minimum limit. |
maximum | uinteger | The maximum number of selections required. A value of zero means that there is no maximum limit. If maximum is equal to minimum, then exactly that number of selections is required. This is an optional argument whose default value is 0. |
Name | Description |
Command Inputs API Sample | Creates a command dialog that demonstrates all of the available command inputs. To use the sample, create a new Python or C++ script and copy and paste this code, replacing the default code. You also need to unpack this zip file which contains a resource folder into the same folder where the source code file (.py or .cpp) is. |