Canvas.isSelectable Property
Parent Object:
CanvasDefined in namespace "adsk::fusion" and the header file is <Fusion/Image/Canvas.h>
Description
Controls if the canvas is selectable or not within the graphics window.
Syntax
"canvas_var" is a variable referencing a Canvas object.
# Get the value of the property. propertyValue = canvas_var.isSelectable
# Set the value of the property. canvas_var.isSelectable = propertyValue |
"canvas_var" is a variable referencing a Canvas object.
#include <Fusion/Image/Canvas.h>
// Get the value of the property. boolean propertyValue = canvas_var->isSelectable();
// Set the value of the property, where value_var is a boolean. bool returnValue = canvas_var->isSelectable(value_var); |
Property Value
This is a read/write property whose value is a boolean.
Version
Introduced in version May 2023