Share

InCanvasRendering.lockView Property

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

Description

Gets and sets if the view should be locked during the in-canvas render. This prohibits the user from interacting with the view, which will cause the rendering to restart.

Syntax

"inCanvasRendering_var" is a variable referencing an InCanvasRendering object.

# Get the value of the property.
propertyValue = inCanvasRendering_var.lockView

# Set the value of the property.
inCanvasRendering_var.lockView = propertyValue

Property Value

This is a read/write property whose value is a boolean.

Version

Introduced in version September 2023

Was this information helpful?