BoxFeatures.count Property

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

Description

The number of box features in the collection.

Syntax

"boxFeatures_var" is a variable referencing a BoxFeatures object.

# Get the value of the property.
propertyValue = boxFeatures_var.count
"boxFeatures_var" is a variable referencing a BoxFeatures object.
#include <Fusion/Features/BoxFeatures.h>

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

Property Value

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

Version

Introduced in version September 2015