ListControlDefinition.name Property

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

Description

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

Syntax

"listControlDefinition_var" is a variable referencing a ListControlDefinition object.

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

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

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

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

Property Value

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

Version

Introduced in version August 2014