RigidGroupList.count Property

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

Description

Returns number of rigid groups in the list.

Syntax

"rigidGroupList_var" is a variable referencing a RigidGroupList object.

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

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

Property Value

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

Version

Introduced in version January 2016