SketchEllipticalArcs.count Property

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

Description

Returns the number of elliptical arcs in the sketch.

Syntax

"sketchEllipticalArcs_var" is a variable referencing a SketchEllipticalArcs object.

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

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

Property Value

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

Version

Introduced in version August 2014