CommandInputs.addSeparatorCommandInput Method
Parent Object:
CommandInputsDefined in namespace "adsk::core" and the header file is <Core/UserInterface/CommandInputs.h>
Description
Adds a new Separator input to the command. A separator input is for visual purposes only and creates a line in the dialog providing a visual separation between the command inputs above and below where the separator is inserted.
Syntax
"commandInputs_var" is a variable referencing a CommandInputs object.returnValue = commandInputs_var.addSeparatorCommandInput(id)
|
"commandInputs_var" is a variable referencing a CommandInputs object.
#include <Core/UserInterface/CommandInputs.h>
returnValue = commandInputs_var->addSeparatorCommandInput(id);
|
Return Value
Parameters
id |
string |
The unique ID of this command input. It must be unique with respect to the other inputs associated with this command. |
Version
Introduced in version May 2024