ThreadInfo.hubLibraryId Property

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

Description

Returns the hub library ID for hub library threads, or an empty string for public threads. Use ThreadDataQuery.availableHubLibraryIds to enumerate available hub libraries.

Syntax

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

// Get the value of the property.
string propertyValue = threadInfo_var->hubLibraryId();
"threadInfo_var" Is a variable referencing a ThreadInfo Object.
// Get the value of the property.
propertyValue = threadInfo_var.hubLibraryId;

Property Value

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

Version

Introduced in version July 2026