GeometricConstraintList.count Property

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

Description

Returns the number of constraints in the sketch.

Syntax

"geometricConstraintList_var" is a variable referencing a GeometricConstraintList object.

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

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

Property Value

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

Version

Introduced in version August 2014