SketchTexts.count Property

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

Description

Returns the number of texts in the sketch.

Syntax

"sketchTexts_var" is a variable referencing a SketchTexts object.

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

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

Property Value

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

Version

Introduced in version March 2015