RenderEnvironments.count Property

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

Description

The number of render environments in the collection.

Syntax

"renderEnvironments_var" is a variable referencing a RenderEnvironments object.

# Get the value of the property.
propertyValue = renderEnvironments_var.count
"renderEnvironments_var" is a variable referencing a RenderEnvironments object.
#include <Fusion/Render/RenderEnvironments.h>

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

Property Value

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

Version

Introduced in version May 2023