ThreadDataQuery.getHubLibraryDisplayName Method

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

Description

Returns the display name for a given hub library.

Syntax

"threadDataQuery_var" is a variable referencing a ThreadDataQuery object.

returnValue = threadDataQuery_var.getHubLibraryDisplayName(hubLibraryId)
"threadDataQuery_var" is a variable referencing a ThreadDataQuery object.

#include <Fusion/Features/ThreadDataQuery.h>

returnValue = threadDataQuery_var->getHubLibraryDisplayName(hubLibraryId);
"threadDataQuery_var" is a variable referencing a ThreadDataQuery object.

returnValue = threadDataQuery_var.getHubLibraryDisplayName(hubLibraryId);

Return Value

Type Description
string The display name of the hub library, or an empty string if the ID is not recognized.

Parameters

Name Type Description
hubLibraryId string The hub library ID, as returned by availableHubLibraryIds.

Version

Introduced in version July 2026