Share

ICadFeature.ThreadType Property (String)

Gets the thread type (e.g. "ANSI Unified Screw Threads") 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 ( 
	featureName As String
) As String
	Get

C#

string this[
	string featureName
] { get; }

Parameters

featureName
Type: System.String
The feature name.

Property Value

Type: String
The thread type.

See Also

Reference

Was this information helpful?