Decals.count Property

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

Description

Returns the number of decals in the component.

Syntax

"decals_var" is a variable referencing a Decals object.

# Get the value of the property.
propertyValue = decals_var.count
"decals_var" is a variable referencing a Decals object.
#include <Fusion/Image/Decals.h>

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

Property Value

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

Version

Introduced in version September 2024