Milestones.count Property
Parent Object:
MilestonesDefined in namespace "adsk::core" and the header file is <Core/Dashboard/Milestones.h>
Description
The number of data items in this collection.
Syntax
"milestones_var" is a variable referencing a Milestones object.
# Get the value of the property. propertyValue = milestones_var.count
|
"milestones_var" is a variable referencing a Milestones object.
#include <Core/Dashboard/Milestones.h>
// Get the value of the property. uinteger propertyValue = milestones_var->count();
|
Property Value
This is a read only property whose value is a uinteger.
Version
Introduced in version March 2024