DataFile.createMilestone Method
Parent Object:
DataFileDefined in namespace "adsk::core" and the header file is <Core/Dashboard/DataFile.h>
Description
Makes the version this DataFile represents a milestone.
Syntax
"dataFile_var" is a variable referencing a DataFile object.returnValue = dataFile_var.createMilestone(milestoneName)
|
"dataFile_var" is a variable referencing a DataFile object.
#include <Core/Dashboard/DataFile.h>
returnValue = dataFile_var->createMilestone(milestoneName);
|
Return Value
Milestone |
Returns the created Milestone object or null in the case of failure. One case of failure is if a milestone already exists for this version. |
Parameters
milestoneName |
string |
The name of the milestone as seen in the data panel and Fusion web client. If an empty string is provided, a default name will be used. |
Version
Introduced in version March 2024