Product.attributes Property

Parent Object: Product
Defined in namespace "adsk::core" and the header file is <Core/Application/Product.h>

Description

Returns the collection of attributes associated with this product.

Syntax

"product_var" is a variable referencing a Product object.

# Get the value of the property.
propertyValue = product_var.attributes
"product_var" is a variable referencing a Product object.
#include <Core/Application/Product.h>

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

Property Value

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

Version

Introduced in version May 2016