Share

SelectionCommandInput.commandPrompt Property

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

Description

Gets or sets the tooltip shown next to the cursor.

Syntax

"selectionCommandInput_var" is a variable referencing a SelectionCommandInput object.

# Get the value of the property.
propertyValue = selectionCommandInput_var.commandPrompt

# Set the value of the property.
selectionCommandInput_var.commandPrompt = propertyValue

Property Value

This is a read/write property whose value is a string.

Version

Introduced in version August 2014

Was this information helpful?