Share

ChoiceParameterValue.value Property

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

Description

Get or set the value of the parameter. This value will correspond to one of the available values of the parameter.

Syntax

"choiceParameterValue_var" is a variable referencing a ChoiceParameterValue object.

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

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

Property Value

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

Version

Introduced in version September 2021

Was this information helpful?