Document.version Property

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

Description

Returns the Fusion version this document was last saved with.

Syntax

"document_var" is a variable referencing a Document object.
# Get the value of the property.
propertyValue = document_var.version
"document_var" Is a variable referencing a Document Object.
#include <Core/Application/Document.h>

// Get the value of the property.
string propertyValue = document_var->version();
"document_var" Is a variable referencing a Document Object.
// Get the value of the property.
propertyValue = document_var.version;

Property Value

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

Version

Introduced in version August 2016