BoolValueCommandInput.toolClipFilename Property

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

Description

Gets or sets the full filename of the image file (PNG) used for the tool clip. The tooltip is always shown but as the user hovers over the control it will progressively display the tool clip and description text.

Syntax

"boolValueCommandInput_var" is a variable referencing a BoolValueCommandInput object.

# Get the value of the property.
propertyValue = boolValueCommandInput_var.toolClipFilename

# Set the value of the property.
boolValueCommandInput_var.toolClipFilename = propertyValue
"boolValueCommandInput_var" is a variable referencing a BoolValueCommandInput object.
#include <Core/UserInterface/BoolValueCommandInput.h>

// Get the value of the property.
string propertyValue = boolValueCommandInput_var->toolClipFilename();

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

Property Value

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

Version

Introduced in version July 2015