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.
"threadDataQuery_var" is a variable referencing a ThreadDataQuery object.
|
"threadDataQuery_var" is a variable referencing a ThreadDataQuery object.
|
Type | Description |
string[] | Returns the specified thread sizes or an empty array/list if an invalid thread type was specified. |
Name | Type | Description |
threadType | string | Specify the thread type. |
Name | Description |
Thread Feature API Sample | Demonstrates creating a new thread feature. |