SketchCurves.count Property
Parent Object:
SketchCurvesDefined in namespace "adsk::fusion" and the header file is <Fusion/Sketch/SketchCurves.h>
Description
Returns the number of sketch curves in the sketch.
Syntax
"sketchCurves_var" is a variable referencing a SketchCurves object.
# Get the value of the property. propertyValue = sketchCurves_var.count
|
"sketchCurves_var" is a variable referencing a SketchCurves object.
#include <Fusion/Sketch/SketchCurves.h>
// Get the value of the property. uinteger propertyValue = sketchCurves_var->count();
|
Property Value
This is a read only property whose value is a uinteger.
Version
Introduced in version August 2014