OperationStrategy.createFromString Method
Parent Object: OperationStrategyDefined in namespace "adsk::cam" and the header file is <Cam/Operations/OperationStrategy.h>
Description
Create an OperationStrategy for a given name.
Syntax
Return Value
Type | Description |
OperationStrategy | Returns the OperationStrategy for given strategy name. |
Parameters
Name | Type | Description |
name | string | The name of the strategy. Throws an error if the strategy name is unknown. |