OperationStrategy.description Property

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

Description

Get the localized description of the strategy.

Syntax

"operationStrategy_var" is a variable referencing an OperationStrategy object.

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

// Get the value of the property.
string propertyValue = operationStrategy_var->description();

Property Value

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

Version

Introduced in version April 2023