DataFile.milestone Property
Parent Object:
DataFileDefined in namespace "adsk::core" and the header file is <Core/Dashboard/DataFile.h>
Description
If the version this DataFile represents is a milestone, a Milestone object will be returned. If it's not a milestone, null is returned.
Syntax
"dataFile_var" is a variable referencing a DataFile object.
# Get the value of the property. propertyValue = dataFile_var.milestone
|
"dataFile_var" is a variable referencing a DataFile object.
#include <Core/Dashboard/DataFile.h>
// Get the value of the property. Ptr<Milestone> propertyValue = dataFile_var->milestone();
|
Property Value
This is a read only property whose value is a
Milestone.
Version
Introduced in version March 2024