DataFolder.name Property

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

Description

Gets and sets the displayed name of this folder.

Syntax

"dataFolder_var" is a variable referencing a DataFolder object.

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

# Set the value of the property.
dataFolder_var.name = propertyValue
"dataFolder_var" is a variable referencing a DataFolder object.
#include <Core/Dashboard/DataFolder.h>

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

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

Property Value

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

Version

Introduced in version January 2015