DraftAnalysis.attributes Property

Parent Object: DraftAnalysis
Defined in namespace "adsk::fusion" and the header file is <Fusion/Fusion/DraftAnalysis.h>

Description

A property that returns the collection of attributes associated with this Analysis.

Syntax

"draftAnalysis_var" is a variable referencing a DraftAnalysis object.

# Get the value of the property.
propertyValue = draftAnalysis_var.attributes
"draftAnalysis_var" is a variable referencing a DraftAnalysis object.
#include <Fusion/Fusion/DraftAnalysis.h>

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

Property Value

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

Version

Introduced in version January 2023