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