CommandInput.name Property
Parent Object:
CommandInputDefined in namespace "adsk::core" and the header file is <Core/UserInterface/CommandInput.h>
Description
Gets the user visible name of this input.
Syntax
"commandInput_var" is a variable referencing a CommandInput object.
# Get the value of the property. propertyValue = commandInput_var.name
|
"commandInput_var" is a variable referencing a CommandInput object.
#include <Core/UserInterface/CommandInput.h>
// Get the value of the property. string propertyValue = commandInput_var->name();
|
Property Value
This is a read only property whose value is a string.
Version
Introduced in version August 2014