Share

Application.scripts Property

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

Description

Returns the Scripts object which provides the ability to manage scripts and add-ins.

Syntax

"application_var" is a variable referencing an Application object.

# Get the value of the property.
propertyValue = application_var.scripts

Property Value

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

Version

Introduced in version October 2023

Was this information helpful?