CurvatureMapAnalyses.count Property

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

Description

Returns the number of CurvatureMapAnalysis objects in the collection.

Syntax

"curvatureMapAnalyses_var" is a variable referencing a CurvatureMapAnalyses object.

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

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

Property Value

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

Version

Introduced in version January 2023