RenderManager.isRenderWorkspaceActive Property
Parent Object:
RenderManagerDefined in namespace "adsk::fusion" and the header file is <Fusion/Render/RenderManager.h>
Description
Returns if the Render workspace for this Design is active or not. Returns true if the workspace is active.
Syntax
"renderManager_var" is a variable referencing a RenderManager object.
# Get the value of the property. propertyValue = renderManager_var.isRenderWorkspaceActive
|
"renderManager_var" is a variable referencing a RenderManager object.
#include <Fusion/Render/RenderManager.h>
// Get the value of the property. boolean propertyValue = renderManager_var->isRenderWorkspaceActive();
|
Property Value
This is a read only property whose value is a boolean.
Version
Introduced in version May 2023