FusionDocument.dataFile Property

Parent Object: FusionDocument
Defined in namespace "adsk::fusion" and the header file is <Fusion/Fusion/FusionDocument.h>

Description

Gets the DataFile that represents this document in A360.

Syntax

"fusionDocument_var" is a variable referencing a FusionDocument object.

# Get the value of the property.
propertyValue = fusionDocument_var.dataFile
"fusionDocument_var" is a variable referencing a FusionDocument object.
#include <Fusion/Fusion/FusionDocument.h>

// Get the value of the property.
Ptr<DataFile> propertyValue = fusionDocument_var->dataFile();

Property Value

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

Version

Introduced in version July 2016