Operation.strategyType Property

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

Description

This function is retired. See more information in the 'Remarks' section below.

Gets the strategy type for this operation.

Remarks

This property has been retired. Please use the strategy property instead.

Syntax

"operation_var" is a variable referencing an Operation object.

# Get the value of the property.
propertyValue = operation_var.strategyType
"operation_var" is a variable referencing an Operation object.
#include <Cam/Operations/Operation.h>

// Get the value of the property.
OperationStrategyTypes propertyValue = operation_var->strategyType();

Property Value

This is a read only property whose value is an OperationStrategyTypes.

Version

Introduced in version January 2016
Retired in version September 2022