SketchCircles.count Property

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

Description

Returns the number of circles in the sketch.

Syntax

"sketchCircles_var" is a variable referencing a SketchCircles object.

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

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

Property Value

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

Version

Introduced in version August 2014