returns an array/list of all the available thread designations for a thread type of a given size. Valid thread types and sizes and be obtained by using the allThreadTypes and allSizes functions.
"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 designations or empty array/list if an invalid thread type or size was specified. |
Name | Type | Description |
threadType | string | The thread type of the designation you want. |
size | string | The thread size of the designation you want. |
Name | Description |
Thread Feature API Sample | Demonstrates creating a new thread feature. |