Share

StringProperty.value Property

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

Description

Gets and sets the property value.

Syntax

"stringProperty_var" is a variable referencing a StringProperty object.

# Get the value of the property.
propertyValue = stringProperty_var.value

# Set the value of the property.
stringProperty_var.value = propertyValue

Property Value

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

Version

Introduced in version August 2014

Was this information helpful?