ConstructionPoints.count Property

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

Description

The number of construction points in the collection.

Syntax

"constructionPoints_var" is a variable referencing a ConstructionPoints object.

# Get the value of the property.
propertyValue = constructionPoints_var.count
"constructionPoints_var" is a variable referencing a ConstructionPoints object.
#include <Fusion/Construction/ConstructionPoints.h>

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

Property Value

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

Samples

Name Description
Delete Empty Components Deletes empty components from the active design.

Version

Introduced in version August 2014