Executes this command definition. This is the same as the user clicking a button that is associated with this command definition.
"commandDefinition_var" is a variable referencing a CommandDefinition object.
|
"commandDefinition_var" is a variable referencing a CommandDefinition object.
|
Type | Description |
boolean | Returns true or false indicating if the execution was successful. |
Name | Type | Description |
input | NamedValues | This argument is ignored and exists for possible future use. This is an optional argument whose default value is null. |
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. |
Custom Event Sample | Demonstrates the ability to call into the main thread from a worker thread. This sample is an add-in. To use it, use the Scripts and Add-Ins command to create a new add-in. Delete all of the code in the newly created add-in and replace it with the code below. Have a model open that has a parameter named "Length". Load the add-in. The add-in will change the value of the parameter every two seconds using a random value between 1 and 10. |