JointOriginList.count Property

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

Description

Returns number of joint origins in the list.

Syntax

"jointOriginList_var" is a variable referencing a JointOriginList object.

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

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

Property Value

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

Version

Introduced in version January 2016