AsBuiltJointList.count Property

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

Description

Returns number of as-built joints in the list.

Syntax

"asBuiltJointList_var" is a variable referencing an AsBuiltJointList object.

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

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

Property Value

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

Version

Introduced in version January 2016