SectionAnalysis.attributes Property

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

Description

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

Syntax

"sectionAnalysis_var" is a variable referencing a SectionAnalysis object.

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

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

Property Value

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

Version

Introduced in version January 2023