CommandInput.id Property

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

Description

Gets the unique identifier for this input in the command's CommandInputs.

Syntax

"commandInput_var" is a variable referencing a CommandInput object.

# Get the value of the property.
propertyValue = commandInput_var.id
"commandInput_var" is a variable referencing a CommandInput object.
#include <Core/UserInterface/CommandInput.h>

// Get the value of the property.
string propertyValue = commandInput_var->id();

Property Value

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

Version

Introduced in version August 2014