CurvatureCombAnalyses.count Property

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

Description

Returns the number of CurvatureCombAnalysis objects in the collection.

Syntax

"curvatureCombAnalyses_var" is a variable referencing a CurvatureCombAnalyses object.

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

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

Property Value

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

Version

Introduced in version January 2023