Script.programmingLanguage Property

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

Description

Returns the programming language this script or add-in is written in.

Syntax

"script_var" is a variable referencing a Script object.

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

// Get the value of the property.
ProgrammingLanguages propertyValue = script_var->programmingLanguage();

Property Value

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

Version

Introduced in version October 2023