Share

AsBuiltJoint.name Property

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

Description

The name of the as-built joint as it is displayed in the timeline and the browser. The name can be changed.

Syntax

"asBuiltJoint_var" is a variable referencing an AsBuiltJoint object.

# Get the value of the property.
propertyValue = asBuiltJoint_var.name

# Set the value of the property.
asBuiltJoint_var.name = propertyValue

Property Value

This is a read/write property whose value is a string.

Version

Introduced in version September 2015

Was this information helpful?