MotionLinks.count Property

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

Description

Returns number of MotionLinks in the collection.

Syntax

"motionLinks_var" is a variable referencing a MotionLinks object.

# Get the value of the property.
propertyValue = motionLinks_var.count
"motionLinks_var" is a variable referencing a MotionLinks object.
#include <Fusion/Components/MotionLinks.h>

// Get the value of the property.
uinteger propertyValue = motionLinks_var->count();

Property Value

This is a read only property whose value is a uinteger.

Version

Introduced in version November 2025