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