TableCommandInput.commandInputs Property
Parent Object: TableCommandInputDefined in namespace "adsk::core" and the header file is <Core/UserInterface/TableCommandInput.h>
Description
Gets the CommandInputs class of the parent, which can be a Command, GroupCommandInput or TabCommandInput.
Syntax
"tableCommandInput_var" is a variable referencing a TableCommandInput object. |
Property Value
This is a read only property whose value is a CommandInputs.Samples
| 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. |
