DocumentReference.dataFile Property
Parent Object:
DocumentReferenceDefined in namespace "adsk::core" and the header file is <Core/Application/DocumentReference.h>
Description
The dataFile on A360 that this object references.
Syntax
"documentReference_var" is a variable referencing a DocumentReference object.
# Get the value of the property. propertyValue = documentReference_var.dataFile
|
"documentReference_var" is a variable referencing a DocumentReference object.
#include <Core/Application/DocumentReference.h>
// Get the value of the property. Ptr<DataFile> propertyValue = documentReference_var->dataFile();
|
Property Value
This is a read only property whose value is a
DataFile.
Version
Introduced in version June 2017