Share

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

Property Value

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

Version

Introduced in version August 2014

Was this information helpful?