CAMParameter.isDeprecated Property

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

Description

Gets if this parameter is deprecated. Some parameters are deprecated when their usage becomes obsolete. Reading deprecated parameters is allowed, but setting deprecated parameters will throw an error.

Syntax

"cAMParameter_var" is a variable referencing a CAMParameter object.

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

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

Property Value

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

Version

Introduced in version September 2024