DataFiles.asArray Method

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

Description

Get the current list of all files.

Syntax

"dataFiles_var" is a variable referencing a DataFiles object.
returnValue = dataFiles_var.asArray()
"dataFiles_var" is a variable referencing a DataFiles object.

#include <Core/Dashboard/DataFiles.h>

returnValue = dataFiles_var->asArray();

Return Value

Type Description
DataFile[] Returns the current list of all files.

Version

Introduced in version April 2021