SketchArcs.count Property

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

Description

Returns the number of arcs in the sketch.

Syntax

"sketchArcs_var" is a variable referencing a SketchArcs object.

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

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

Property Value

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

Version

Introduced in version August 2014