Share

SketchFittedSplines.count Property

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

Description

Returns the number of fitted splines in the sketch.

Syntax

"sketchFittedSplines_var" is a variable referencing a SketchFittedSplines object.

# Get the value of the property.
propertyValue = sketchFittedSplines_var.count

Property Value

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

Version

Introduced in version August 2014

Was this information helpful?