Share

CommandInputs.command Property

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

Description

Gets the parent Command object.

Syntax

"commandInputs_var" is a variable referencing a CommandInputs object.

# Get the value of the property.
propertyValue = commandInputs_var.command

Property Value

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

Version

Introduced in version August 2014

Was this information helpful?