SketchPointList.count Property

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

Description

Returns the number of sketch points in the list.

Syntax

"sketchPointList_var" is a variable referencing a SketchPointList object.

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

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

Property Value

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

Version

Introduced in version August 2014