IsoCurveAnalysis.attributes Property

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

Description

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

Syntax

"isoCurveAnalysis_var" is a variable referencing an IsoCurveAnalysis object.

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

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

Property Value

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

Version

Introduced in version January 2023