Indicates if this script or add-in is blocked from being edited by the user in the "Scripts and Add-Ins" dialog.
# Get the value of the property.propertyValue = script_var.isEditable
#include <Core/Application/Script.h>// Get the value of the property.boolean propertyValue = script_var->isEditable();