CAMParameter.isEnabled Property
Parent Object:
CAMParameterDefined 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
|
"cAMParameter_var" is a variable referencing a CAMParameter object.
#include <Cam/Operations/CAMParameter.h>
// Get the value of the property. boolean propertyValue = cAMParameter_var->isEnabled();
|
Property Value
This is a read only property whose value is a boolean.
Version
Introduced in version September 2020