Click or drag to resize

ICadFeature.SetThread Method (Object, String, String, String, String)

Sets the type, designation and class of a thread on a feature. This function must be used if you want to modify more than one of these thread properties.

Namespace:  Autodesk.iLogic.Interfaces
Assembly:  Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 23.0
Syntax
Sub SetThread ( 
	componentOrDocName As Object,
	featureName As String,
	threadType As String,
	threadDesignation As String,
	threadClass As String
)

Parameters

componentOrDocName
Type: System.Object
The component or document name.
featureName
Type: System.String
The feature name.
threadType
Type: System.String
threadDesignation
Type: System.String
threadClass
Type: System.String
See Also