Share

DirectionCommandInput.name Property

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

Description

Gets the user visible name of this input.

Syntax

"directionCommandInput_var" is a variable referencing a DirectionCommandInput object.

# Get the value of the property.
propertyValue = directionCommandInput_var.name

Property Value

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

Version

Introduced in version January 2016

Was this information helpful?