RenderEnvironment.isCustomEnvironment Property

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

Description

Returns true if this environment is a custom environment.

Syntax

"renderEnvironment_var" is a variable referencing a RenderEnvironment object.

# Get the value of the property.
propertyValue = renderEnvironment_var.isCustomEnvironment
"renderEnvironment_var" is a variable referencing a RenderEnvironment object.
#include <Fusion/Render/RenderEnvironment.h>

// Get the value of the property.
boolean propertyValue = renderEnvironment_var->isCustomEnvironment();

Property Value

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

Version

Introduced in version May 2023