SketchDistanceBetweenPointAndSurfaceDimension.attributes Property

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

Description

Returns the collection of attributes associated with this sketch dimension.

Syntax

"sketchDistanceBetweenPointAndSurfaceDimension_var" is a variable referencing a SketchDistanceBetweenPointAndSurfaceDimension object.

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

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

Property Value

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

Version

Introduced in version September 2023