SectionAnalyses.count Property

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

Description

Returns the number of SectionAnalysis objects in the collection.

Syntax

"sectionAnalyses_var" is a variable referencing a SectionAnalyses object.

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

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

Property Value

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

Version

Introduced in version January 2023