DirectionCommandInput.parentCommand Property

Parent Object: DirectionCommandInput
Defined in namespace "adsk::core" and the header file is <Core/UserInterface/DirectionCommandInput.h>

Description

Gets the parent Command.

Syntax

"directionCommandInput_var" is a variable referencing a DirectionCommandInput object.

# Get the value of the property.
propertyValue = directionCommandInput_var.parentCommand
"directionCommandInput_var" is a variable referencing a DirectionCommandInput object.
#include <Core/UserInterface/DirectionCommandInput.h>

// Get the value of the property.
Ptr<Command> propertyValue = directionCommandInput_var->parentCommand();

Property Value

This is a read only property whose value is a Command.

Version

Introduced in version January 2016