EqualConstraint.attributes Property

Parent Object: EqualConstraint

Derived from: GeometricConstraint.attributes


Defined in namespace "adsk::fusion" and the header file is <Fusion/Sketch/EqualConstraint.h>

Description

Returns the collection of attributes associated with this geometric constraint.

Syntax

"equalConstraint_var" is a variable referencing an EqualConstraint object.
# Get the value of the property.
propertyValue = equalConstraint_var.attributes
"equalConstraint_var" Is a variable referencing an EqualConstraint Object.
#include <Fusion/Sketch/EqualConstraint.h>

// Get the value of the property.
Attributes propertyValue = equalConstraint_var->attributes();
"equalConstraint_var" Is a variable referencing an EqualConstraint Object.
// Get the value of the property.
propertyValue = equalConstraint_var.attributes;

Property Value

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

Version

Introduced in version May 2016