Milestones.asArray Method

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

Description

Get the current list of all milestones.

Syntax

"milestones_var" is a variable referencing a Milestones object.
returnValue = milestones_var.asArray()
"milestones_var" is a variable referencing a Milestones object.

#include <Core/Dashboard/Milestones.h>

returnValue = milestones_var->asArray();

Return Value

Type Description
Milestone[] Returns the current list of all milestones.

Version

Introduced in version March 2024