DataFile.versionNumber Property

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

Description

Gets the version number of this DataFile.

Syntax

"dataFile_var" is a variable referencing a DataFile object.

# Get the value of the property.
propertyValue = dataFile_var.versionNumber
"dataFile_var" is a variable referencing a DataFile object.
#include <Core/Dashboard/DataFile.h>

// Get the value of the property.
integer propertyValue = dataFile_var->versionNumber();

Property Value

This is a read only property whose value is an integer.

Version

Introduced in version September 2016