Script.edit Method

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

Description

Invokes the default edit behavior for this script or add-in.

Syntax

"script_var" is a variable referencing a Script object.
returnValue = script_var.edit()
"script_var" is a variable referencing a Script object.

#include <Core/Application/Script.h>

returnValue = script_var->edit();

Return Value

Type Description
boolean Returns true if successful.

Version

Introduced in version October 2023