ThreadDataQuery.publicThreadTypes Property

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

Description

Returns thread types from the built-in public library only, excluding any hub library threads.

Syntax

"threadDataQuery_var" is a variable referencing a ThreadDataQuery object.
# Get the value of the property.
propertyValue = threadDataQuery_var.publicThreadTypes
"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->publicThreadTypes();
"threadDataQuery_var" Is a variable referencing a ThreadDataQuery Object.
// Get the value of the property.
propertyValue = threadDataQuery_var.publicThreadTypes;

Property Value

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

Version

Introduced in version July 2026