Scripts.count Property

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

Description

Returns the number of scripts and add-ins.

Syntax

"scripts_var" is a variable referencing a Scripts object.

# Get the value of the property.
propertyValue = scripts_var.count
"scripts_var" is a variable referencing a Scripts object.
#include <Core/Application/Scripts.h>

// Get the value of the property.
uinteger propertyValue = scripts_var->count();

Property Value

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

Version

Introduced in version October 2023