FilenameProperty.name Property

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

Description

Returns the name of this property as seen in the user interface. This name is localized and can change based on the current language

Syntax

"filenameProperty_var" is a variable referencing a FilenameProperty object.

# Get the value of the property.
propertyValue = filenameProperty_var.name
"filenameProperty_var" is a variable referencing a FilenameProperty object.
#include <Core/Application/FilenameProperty.h>

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

Property Value

This is a read only property whose value is a string.

Version

Introduced in version August 2014