SketchEllipses.count Property

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

Description

Returns the number of ellipses in the sketch.

Syntax

"sketchEllipses_var" is a variable referencing a SketchEllipses object.

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

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

Property Value

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

Version

Introduced in version August 2014