EmbossFeatures.count Property

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

Description

The number of emboss features in the collection.

Syntax

"embossFeatures_var" is a variable referencing an EmbossFeatures object.

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

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

Property Value

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

Version

Introduced in version September 2025