DataFiles.item Method
Parent Object:
DataFilesDefined in namespace "adsk::core" and the header file is <Core/Dashboard/DataFiles.h>
Description
Returns the specified data file.
Syntax
"dataFiles_var" is a variable referencing a DataFiles object.returnValue = dataFiles_var.item(index)
|
"dataFiles_var" is a variable referencing a DataFiles object.
#include <Core/Dashboard/DataFiles.h>
returnValue = dataFiles_var->item(index);
|
Return Value
DataFile |
Returns the specified file or null if an invalid index was specified. |
Parameters
index |
uinteger |
The index of the file to return. The first file in the list has an index of 0. |
Version
Introduced in version January 2015