Share

Milestones.count Property

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

Property Value

This is a read only property whose value is a uinteger.

Version

Introduced in version March 2024

Was this information helpful?