ThreadDataQuery.allClasses Method
Parent Object:
ThreadDataQueryDefined in namespace "adsk::fusion" and the header file is <Fusion/Features/ThreadDataQuery.h>
Description
Returns and array/list of all the available classes for a thread type of a given thread designation.
Syntax
"threadDataQuery_var" is a variable referencing a ThreadDataQuery object.returnValue = threadDataQuery_var.allClasses(isInternal, threadType, designation)
|
"threadDataQuery_var" is a variable referencing a ThreadDataQuery object.
#include <Fusion/Features/ThreadDataQuery.h>
returnValue = threadDataQuery_var->allClasses(isInternal, threadType, designation);
|
Return Value
string[] |
Returns the specified thread classes or empty array/list if an invalid thread type or designation was specified. |
Parameters
isInternal |
boolean |
Indicates if the thread is an internal or external thread. |
threadType |
string |
The thread type of the thread class you want. |
designation |
string |
The thread designation of the thread class you want. |
Samples
Version
Introduced in version January 2015