Analyses.count Property

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

Description

Returns the number of Analysis objects in the collection.

Syntax

"analyses_var" is a variable referencing an Analyses object.

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

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

Property Value

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

Version

Introduced in version January 2023