Share

DataHubs.asArray Method

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

Description

Get the current list of all hubs.

Syntax

"dataHubs_var" is a variable referencing a DataHubs object.
returnValue = dataHubs_var.asArray()

Return Value

Type Description
DataHub[] Returns the current list of all hubs.

Version

Introduced in version April 2021

Was this information helpful?