CAMTemplate.attributes Property

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

Description

Returns the collection of attributes associated with this template.

Syntax

"cAMTemplate_var" is a variable referencing a CAMTemplate object.

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

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

Property Value

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

Version

Introduced in version January 2026