Analysis.attributes Property
Parent Object:
AnalysisDefined in namespace "adsk::fusion" and the header file is <Fusion/Fusion/Analysis.h>
Description
A property that returns the collection of attributes associated with this Analysis.
Syntax
"analysis_var" is a variable referencing an Analysis object.
# Get the value of the property. propertyValue = analysis_var.attributes
|
"analysis_var" is a variable referencing an Analysis object.
#include <Fusion/Fusion/Analysis.h>
// Get the value of the property. Ptr<Attributes> propertyValue = analysis_var->attributes();
|
Property Value
This is a read only property whose value is an
Attributes.
Version
Introduced in version January 2023