Share

ICadFeature.ThreadType 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: 30.0

Syntax

VB

ReadOnly Property ThreadType ( 
	componentOrDocName As Object,
	featureName As String
) As String
	Get

C#

string this[
	Object componentOrDocName,
	string featureName
] { get; }

Parameters

componentOrDocName
Type: System.Object
The component or document name.
featureName
Type: System.String
The feature name.

Property Value

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

See Also

Reference

Was this information helpful?