DataFile.milestones Property
Parent Object:
DataFileDefined in namespace "adsk::core" and the header file is <Core/Dashboard/DataFile.h>
Description
Returns a collection of Milestones associated with all versions of this DataFile.
Syntax
"dataFile_var" is a variable referencing a DataFile object.
# Get the value of the property. propertyValue = dataFile_var.milestones
|
"dataFile_var" is a variable referencing a DataFile object.
#include <Core/Dashboard/DataFile.h>
// Get the value of the property. Ptr<Milestones> propertyValue = dataFile_var->milestones();
|
Property Value
This is a read only property whose value is a
Milestones.
Version
Introduced in version March 2024