Share

ThreadFeature.ThreadInfo Property

Parent Object: ThreadFeature

Description

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 ThreadInfo

Property 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.

Version

Introduced in version 5

Was this information helpful?