DataHubs.count Property

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

Description

The number of hubs in this collection.

Syntax

"dataHubs_var" is a variable referencing a DataHubs object.

# Get the value of the property.
propertyValue = dataHubs_var.count
"dataHubs_var" is a variable referencing a DataHubs object.
#include <Core/Dashboard/DataHubs.h>

// Get the value of the property.
uinteger propertyValue = dataHubs_var->count();

Property Value

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

Version

Introduced in version September 2016