Data.dataHubs Property

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

Description

Returns a collection of accessible hubs for the current user. A DataHub represents an A360 Team or Personal hub.

Syntax

"data_var" is a variable referencing a Data object.

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

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

Property Value

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

Version

Introduced in version September 2016