Method that returns all the available thread designations for a thread type of a given size.
Name | Type | Description |
Internal | Boolean | Input Boolean that indicates if the thread is an internal or external thread. A value of True indicates an Internal thread. |
ThreadType | String | Thread type identifier string. |
NominalSize | String | The description of the nominal size. |
Name | Description |
Creating a ThreadInfo object | Demonstrates the use of a ThreadInfo object. |