Milestone.version Property

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

Description

Returns the file version associated with this milestone.

Syntax

"milestone_var" is a variable referencing a Milestone object.

# Get the value of the property.
propertyValue = milestone_var.version
"milestone_var" is a variable referencing a Milestone object.
#include <Core/Dashboard/Milestone.h>

// Get the value of the property.
Ptr<DataFile> propertyValue = milestone_var->version();

Property Value

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

Version

Introduced in version March 2024