LoftSections.count Property

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

Description

The number of LoftSections in the collection.

Syntax

"loftSections_var" is a variable referencing a LoftSections object.

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

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

Property Value

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

Version

Introduced in version August 2016