Parent Object: SelectionCommandInput
Get the limits currently defined for this input.
Defined in namespace "adsk::core" and the header file is <Core/UserInterface/SelectionCommandInput.h>.
"selectionCommandInput_var" is a variable referencing a SelectionCommandInput object.
|
|
Type | Description |
boolean | Returns true if the selection limits were successfully returned. |
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. |