ThreadDataQuery.availableHubLibraryIds Property

Parent Object: ThreadDataQuery
Defined in namespace "adsk::fusion" and the header file is <Fusion/Features/ThreadDataQuery.h>

Description

Returns an array of available hub library IDs. An empty result means only built-in public thread types are available. The returned IDs can be passed to hubLibraryThreadTypes to filter thread types by library, or to hubLibraryDisplayName to get the display label. Hub libraries are only available for users with paid subscription.

Syntax

"threadDataQuery_var" is a variable referencing a ThreadDataQuery object.
# Get the value of the property.
propertyValue = threadDataQuery_var.availableHubLibraryIds
"threadDataQuery_var" Is a variable referencing a ThreadDataQuery Object.
#include <Fusion/Features/ThreadDataQuery.h>

// Get the value of the property.
std::vector<string> propertyValue = threadDataQuery_var->availableHubLibraryIds();
"threadDataQuery_var" Is a variable referencing a ThreadDataQuery Object.
// Get the value of the property.
propertyValue = threadDataQuery_var.availableHubLibraryIds;

Property Value

This is a read only property whose value is an array of type string.

Version

Introduced in version July 2026