OperationStrategy.isFinishingStrategy Property

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

Description

Gets whether given OperationStrategy is a finishing strategy.

Syntax

"operationStrategy_var" is a variable referencing an OperationStrategy object.

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

// Get the value of the property.
boolean propertyValue = operationStrategy_var->isFinishingStrategy();

Property Value

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

Version

Introduced in version September 2025