AdditiveFEAOperation.isProtected Property

Parent Object: AdditiveFEAOperation

Derived from: OperationBase.isProtected


Defined in namespace "adsk::cam" and the header file is <Cam/AdditiveFEA/AdditiveFEAOperation.h>

Description

Gets and sets the "protected" property value of the operation. Gets/sets true if the operation is protected.

Syntax

"additiveFEAOperation_var" is a variable referencing an AdditiveFEAOperation object.
# Get the value of the property.
propertyValue = additiveFEAOperation_var.isProtected

# Set the value of the property.
additiveFEAOperation_var.isProtected = propertyValue
"additiveFEAOperation_var" Is a variable referencing an AdditiveFEAOperation Object.
#include <Cam/AdditiveFEA/AdditiveFEAOperation.h>

// Get the value of the property.
boolean propertyValue = additiveFEAOperation_var->isProtected();

// Set the value of the property, where value_var is a boolean.
bool returnValue = additiveFEAOperation_var->isProtected(value_var);
"additiveFEAOperation_var" Is a variable referencing an AdditiveFEAOperation Object.
// Get the value of the property.
propertyValue = additiveFEAOperation_var.isProtected;

// Set the value of the property.
additiveFEAOperation_var.isProtected = propertyValue;

Property Value

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

Version

Introduced in version April 2026