Share

FilenameProperty.values Property

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

Description

Gets and sets the values associated with this property. HasMultipleValues property indicates if this property will be returning more than one value.

Syntax

"filenameProperty_var" is a variable referencing a FilenameProperty object.

# Get the value of the property.
propertyValue = filenameProperty_var.values

# Set the value of the property.
filenameProperty_var.values = propertyValue

Property Value

This is a read/write property whose value is an array of type string.

Version

Introduced in version August 2014

Was this information helpful?