TriadCommandInput.parentCommandInput Property
Parent Object:
TriadCommandInputDefined in namespace "adsk::core" and the header file is <Core/UserInterface/TriadCommandInput.h>
Description
Gets the parent CommandInput if this commandInput is the child of a TabCommandInput or GroupCommandInput. Returns null if there is no parent.
Syntax
"triadCommandInput_var" is a variable referencing a TriadCommandInput object.
# Get the value of the property. propertyValue = triadCommandInput_var.parentCommandInput
|
"triadCommandInput_var" is a variable referencing a TriadCommandInput object.
#include <Core/UserInterface/TriadCommandInput.h>
// Get the value of the property. Ptr<CommandInput> propertyValue = triadCommandInput_var->parentCommandInput();
|
Property Value
This is a read only property whose value is a
CommandInput.
Version
Introduced in version May 2022