ThreadDataQuery.allThreadTypes Property

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

Description

Returns an array/list of all the available thread types (families).

Syntax

"threadDataQuery_var" is a variable referencing a ThreadDataQuery object.

# Get the value of the property.
propertyValue = threadDataQuery_var.allThreadTypes
"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->allThreadTypes();

Property Value

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

Samples

Name Description
Thread Feature API Sample Demonstrates creating a new thread feature.

Version

Introduced in version January 2015