BooleanParameterValue.value Property

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

Description

Get or set the value of the parameter.

Syntax

"booleanParameterValue_var" is a variable referencing a BooleanParameterValue object.

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

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

// Get the value of the property.
boolean propertyValue = booleanParameterValue_var->value();

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

Property Value

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

Version

Introduced in version September 2021