OperationStrategy.isSuppressible Property

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

Description

Gets whether operations of this strategy type can be suppressed. Returns false for operations that cannot be suppressed, for instance additive arrange, ncprogram or setup.

Syntax

"operationStrategy_var" is a variable referencing an OperationStrategy object.
# Get the value of the property.
propertyValue = operationStrategy_var.isSuppressible
"operationStrategy_var" Is a variable referencing an OperationStrategy Object.
#include <Cam/Operations/OperationStrategy.h>

// Get the value of the property.
boolean propertyValue = operationStrategy_var->isSuppressible();
"operationStrategy_var" Is a variable referencing an OperationStrategy Object.
// Get the value of the property.
propertyValue = operationStrategy_var.isSuppressible;

Property Value

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

Version

Introduced in version July 2026