CAMTemplate.operations Property

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

Description

Expose operations.

Syntax

"cAMTemplate_var" is a variable referencing a CAMTemplate object.

# Get the value of the property.
propertyValue = cAMTemplate_var.operations

# Set the value of the property.
cAMTemplate_var.operations = propertyValue
"cAMTemplate_var" is a variable referencing a CAMTemplate object.
#include <Cam/CAMTemplate/CAMTemplate.h>

// Get the value of the property.
Ptr<CAMTemplateOperations> propertyValue = cAMTemplate_var->operations();

// Set the value of the property, where value_var is a CAMTemplateOperations.
bool returnValue = cAMTemplate_var->operations(value_var);

Property Value

This is a read/write property whose value is a CAMTemplateOperations.

Version

Introduced in version May 2025