ZebraAnalysis.isLocked Property

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

Description

Gets and sets whether the zebra stripes are locked in place.

Syntax

"zebraAnalysis_var" is a variable referencing a ZebraAnalysis object.
# Get the value of the property.
propertyValue = zebraAnalysis_var.isLocked

# Set the value of the property.
zebraAnalysis_var.isLocked = propertyValue
"zebraAnalysis_var" Is a variable referencing a ZebraAnalysis Object.
#include <Fusion/Fusion/ZebraAnalysis.h>

// Get the value of the property.
boolean propertyValue = zebraAnalysis_var->isLocked();

// Set the value of the property, where value_var is a boolean.
bool returnValue = zebraAnalysis_var->isLocked(value_var);
"zebraAnalysis_var" Is a variable referencing a ZebraAnalysis Object.
// Get the value of the property.
propertyValue = zebraAnalysis_var.isLocked;

// Set the value of the property.
zebraAnalysis_var.isLocked = propertyValue;

Property Value

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

Version

Introduced in version September 2026