DataFolders.asArray Method

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

Description

Get the current list of all folders.

Syntax

"dataFolders_var" is a variable referencing a DataFolders object.
returnValue = dataFolders_var.asArray()
"dataFolders_var" is a variable referencing a DataFolders object.

#include <Core/Dashboard/DataFolders.h>

returnValue = dataFolders_var->asArray();

Return Value

Type Description
DataFolder[] Returns the current list of all folders.

Version

Introduced in version April 2021