SketchControlPointSplines.count Property
Parent Object:
SketchControlPointSplinesDefined in namespace "adsk::fusion" and the header file is <Fusion/Sketch/SketchControlPointSplines.h>
Description
Returns the number of control point splines in the sketch.
Syntax
"sketchControlPointSplines_var" is a variable referencing a SketchControlPointSplines object.
# Get the value of the property. propertyValue = sketchControlPointSplines_var.count
|
"sketchControlPointSplines_var" is a variable referencing a SketchControlPointSplines object.
#include <Fusion/Sketch/SketchControlPointSplines.h>
// Get the value of the property. uinteger propertyValue = sketchControlPointSplines_var->count();
|
Property Value
This is a read only property whose value is a uinteger.
Version
Introduced in version July 2022