SliderCommandInput.commandInputs Property
Parent Object:
SliderCommandInputDefined in namespace "adsk::core" and the header file is <Core/UserInterface/SliderCommandInput.h>
Description
Gets the CommandInputs class of the parent, which can be a Command, GroupCommandInput or TabCommandInput.
Syntax
"sliderCommandInput_var" is a variable referencing a SliderCommandInput object.
# Get the value of the property. propertyValue = sliderCommandInput_var.commandInputs
|
"sliderCommandInput_var" is a variable referencing a SliderCommandInput object.
#include <Core/UserInterface/SliderCommandInput.h>
// Get the value of the property. Ptr<CommandInputs> propertyValue = sliderCommandInput_var->commandInputs();
|
Property Value
This is a read only property whose value is a
CommandInputs.
Version
Introduced in version June 2015