ThreadDataQuery.allSizes Method
Parent Object:
ThreadDataQueryDefined in namespace "adsk::fusion" and the header file is <Fusion/Features/ThreadDataQuery.h>
Description
Returns an array/list of all the available thread sizes for a given thread type. You can use the allThreadTypes property to get the available thread types.
Syntax
"threadDataQuery_var" is a variable referencing a ThreadDataQuery object.returnValue = threadDataQuery_var.allSizes(threadType)
|
"threadDataQuery_var" is a variable referencing a ThreadDataQuery object.
#include <Fusion/Features/ThreadDataQuery.h>
returnValue = threadDataQuery_var->allSizes(threadType);
|
Return Value
string[] |
Returns the specified thread sizes or an empty array/list if an invalid thread type was specified. |
Parameters
threadType |
string |
Specify the thread type. |
Samples
Version
Introduced in version January 2015