IntegerSpinnerCommandInput.parentCommand Property
Parent Object:
IntegerSpinnerCommandInputDefined in namespace "adsk::core" and the header file is <Core/UserInterface/IntegerSpinnerCommandInput.h>
Description
Gets the parent Command.
Syntax
"integerSpinnerCommandInput_var" is a variable referencing an IntegerSpinnerCommandInput object.
# Get the value of the property. propertyValue = integerSpinnerCommandInput_var.parentCommand
|
"integerSpinnerCommandInput_var" is a variable referencing an IntegerSpinnerCommandInput object.
#include <Core/UserInterface/IntegerSpinnerCommandInput.h>
// Get the value of the property. Ptr<Command> propertyValue = integerSpinnerCommandInput_var->parentCommand();
|
Property Value
This is a read only property whose value is a
Command.
Version
Introduced in version July 2015