Data.dataProjects Property

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

Description

Gets the collection of DataProjects associated with the active Hub.

Syntax

"data_var" is a variable referencing a Data object.

# Get the value of the property.
propertyValue = data_var.dataProjects
"data_var" is a variable referencing a Data object.
#include <Core/Dashboard/Data.h>

// Get the value of the property.
Ptr<DataProjects> propertyValue = data_var->dataProjects();

Property Value

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

Version

Introduced in version January 2015