ConstructionAxes.count Property

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

Description

The number of construction axes in the collection.

Syntax

"constructionAxes_var" is a variable referencing a ConstructionAxes object.

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

// Get the value of the property.
uinteger propertyValue = constructionAxes_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