ProfileLoops.count Property

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

Description

Returns the number of loops within this profile.

Syntax

"profileLoops_var" is a variable referencing a ProfileLoops object.

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

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

Property Value

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

Version

Introduced in version August 2014