Milestones.item Method

Parent Object: Milestones
Defined 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

Type Description
Milestone Returns the specified file or null if an invalid index was specified.

Parameters

Name Type Description
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