Share

CAMParameter.isEnabled Property

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

Description

Gets if this parameter is enabled. Some parameters are enabled/disabled depending on the values set for other parameters.

Syntax

"cAMParameter_var" is a variable referencing a CAMParameter object.

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

Property Value

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

Version

Introduced in version September 2020

Was this information helpful?