SketchConicCurves.count Property

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

Description

Returns the number of conic curves in the sketch.

Syntax

"sketchConicCurves_var" is a variable referencing a SketchConicCurves object.

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

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

Property Value

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

Version

Introduced in version January 2015