ThreadFeature.ThreadInfo Property
Parent Object: ThreadFeatureDescription
Property that gets and sets the thread information of the feature. This can return either a StandardThreadInfo or TaperedThreadInfo object. The ThreadType property can be used to determine the type before getting the thread info.
Syntax
ThreadFeature.ThreadInfo() As ThreadInfoProperty Value
This is a read/write property whose value is a ThreadInfo.Samples
Name | Description |
Edit thread features | The following example demonstrates how to edit an existing thread feature. |