CAMAdditiveContainer.attributes Property

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

Description

Returns the collection of attributes associated with this object.

Syntax

"cAMAdditiveContainer_var" is a variable referencing a CAMAdditiveContainer object.

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

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

Property Value

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

Version

Introduced in version July 2024