CheckBoxControlDefinition.name Property

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

Description

Gets or sets the name for this control. This is the visible name displayed in the user interface.

Syntax

"checkBoxControlDefinition_var" is a variable referencing a CheckBoxControlDefinition object.

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

# Set the value of the property.
checkBoxControlDefinition_var.name = propertyValue
"checkBoxControlDefinition_var" is a variable referencing a CheckBoxControlDefinition object.
#include <Core/UserInterface/CheckBoxControlDefinition.h>

// Get the value of the property.
string propertyValue = checkBoxControlDefinition_var->name();

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

Property Value

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

Version

Introduced in version August 2014