SketchDimensionList.count Property

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

Description

Returns the number of sketch dimensions in the sketch.

Syntax

"sketchDimensionList_var" is a variable referencing a SketchDimensionList object.

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

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

Property Value

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

Version

Introduced in version August 2014