Creates a new thread feature.
"threadFeatures_var" is a variable referencing a ThreadFeatures object. |
"threadFeatures_var" is a variable referencing a ThreadFeatures object. |
| Type | Description |
| ThreadFeature | Returns the newly created ThreadFeature object or null if the creation failed. |
| Name | Type | Description |
| input | ThreadFeatureInput | A ThreadFeatureInput object that defines the desired thread. Use the createInput method to create a new ThreadFeatureInput object and then use methods on it (the ThreadFeatureInput object) to define the thread. |
| Name | Description |
| Thread Feature API Sample | Demonstrates creating a new thread feature. |