ComponentList.count Property
Parent Object:
ComponentListDefined in namespace "adsk::fusion" and the header file is <Fusion/Components/ComponentList.h>
Description
Returns the number of components in the collection.
Syntax
"componentList_var" is a variable referencing a ComponentList object.
# Get the value of the property. propertyValue = componentList_var.count
|
"componentList_var" is a variable referencing a ComponentList object.
#include <Fusion/Components/ComponentList.h>
// Get the value of the property. uinteger propertyValue = componentList_var->count();
|
Property Value
This is a read only property whose value is a uinteger.
Version
Introduced in version August 2014