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
"selectionCommandInput_var" is a variable referencing a SelectionCommandInput object.
#include <Core/UserInterface/SelectionCommandInput.h>

// Get the value of the property.
string propertyValue = selectionCommandInput_var->commandPrompt();

// Set the value of the property, where value_var is a string.
bool returnValue = selectionCommandInput_var->commandPrompt(value_var);

Property Value

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

Version

Introduced in version August 2014