StringParameterValue.value Property

Parent Object: StringParameterValue
Defined in namespace "adsk::cam" and the header file is <Cam/Operations/StringParameterValue.h>

Description

Get or set the value of the parameter.

Syntax

"stringParameterValue_var" is a variable referencing a StringParameterValue object.

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

# Set the value of the property.
stringParameterValue_var.value = propertyValue
"stringParameterValue_var" is a variable referencing a StringParameterValue object.
#include <Cam/Operations/StringParameterValue.h>

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

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

Property Value

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

Version

Introduced in version September 2021