SketchFixedSplines.count Property

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

Description

Returns the number of fitted splines in the sketch.

Syntax

"sketchFixedSplines_var" is a variable referencing a SketchFixedSplines object.

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

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

Property Value

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

Version

Introduced in version August 2014