Application.data Property

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

Description

Returns the Data object which provides access the files.

Syntax

"application_var" is a variable referencing an Application object.

# Get the value of the property.
propertyValue = application_var.data
"application_var" is a variable referencing an Application object.
#include <Core/Application/Application.h>

// Get the value of the property.
Ptr<Data> propertyValue = application_var->data();

Property Value

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

Version

Introduced in version January 2015