Click or drag to resize

ICadFeatureThreadType Property (Object, String)

Gets the thread type of a threaded feature. To change the type, use the SetThread function.

Namespace:  Autodesk.iLogic.Interfaces
Assembly:  Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 23.0
Syntax
ReadOnly Property ThreadType ( 
	componentOrDocName As Object,
	featureName As String
) As String
	Get

Parameters

componentOrDocName
Type: SystemObject
The component or document name.
featureName
Type: SystemString
The feature name.

Property Value

Type: String
The thread type (e.g. "ANSI Unified Screw Threads").
See Also