Parent Object: CommandInputs
Returns the command input that has the specified ID.
Defined in namespace "adsk::core" and the header file is <Core/UserInterface/CommandInputs.h>.
"commandInputs_var" is a variable referencing a CommandInputs object.
|
"commandInputs_var" is a variable referencing a CommandInputs object.
|
Type | Description |
CommandInput | Returns the specified command input or null if the input ID doesn't match an existing command input. |
Name | Type | Description |
id | string | The unique ID of the command input you want to get. |