CAMParameter.expression Property

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

Description

Gets and sets the value expression of the parameter.

Syntax

"cAMParameter_var" is a variable referencing a CAMParameter object.

# Get the value of the property.
propertyValue = cAMParameter_var.expression

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

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

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

Property Value

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

Samples

Name Description
CAM Parameter Modification API Sample Demonstrates changing parameters of existing toolpaths.

Version

Introduced in version September 2020