SketchLineList.count Property

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

Description

Returns the number of sketch lines in the list.

Syntax

"sketchLineList_var" is a variable referencing a SketchLineList object.

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

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

Property Value

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

Version

Introduced in version August 2014