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