CAMParameter.isEditable Property

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

Description

Returns whether or not the parameter's expression or value can be modified.

Syntax

"cAMParameter_var" is a variable referencing a CAMParameter object.

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

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

Property Value

This is a read only property whose value is a boolean.

Version

Introduced in version November 2021