ProfileCurves.count Property

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

Description

Returns the number of curves in the collection.

Syntax

"profileCurves_var" is a variable referencing a ProfileCurves object.

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

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

Property Value

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

Version

Introduced in version August 2014