Script.isEditable Property

Parent Object: Script
Defined in namespace "adsk::core" and the header file is <Core/Application/Script.h>

Description

Indicates if this script or add-in is blocked from being edited by the user in the "Scripts and Add-Ins" dialog.

Syntax

"script_var" is a variable referencing a Script object.

# Get the value of the property.
propertyValue = script_var.isEditable
"script_var" is a variable referencing a Script object.
#include <Core/Application/Script.h>

// Get the value of the property.
boolean propertyValue = script_var->isEditable();

Property Value

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

Version

Introduced in version October 2023