DataFile.latestVersionNumber Property
Parent Object:
DataFileDefined in namespace "adsk::core" and the header file is <Core/Dashboard/DataFile.h>
Description
Gets the latest version number for this DataFile.
Syntax
"dataFile_var" is a variable referencing a DataFile object.
# Get the value of the property. propertyValue = dataFile_var.latestVersionNumber
|
"dataFile_var" is a variable referencing a DataFile object.
#include <Core/Dashboard/DataFile.h>
// Get the value of the property. integer propertyValue = dataFile_var->latestVersionNumber();
|
Property Value
This is a read only property whose value is an integer.
Version
Introduced in version September 2016