DataProjects.asArray Method

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

Description

Get the current list of all projects.

Syntax

"dataProjects_var" is a variable referencing a DataProjects object.
returnValue = dataProjects_var.asArray()
"dataProjects_var" is a variable referencing a DataProjects object.

#include <Core/Dashboard/DataProjects.h>

returnValue = dataProjects_var->asArray();

Return Value

Type Description
DataProject[] Returns the current list of all projects.

Version

Introduced in version April 2021