Click or drag to resize

ICadFeatureSetThread Method (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 ( 
	featureName As String,
	threadType As String,
	threadDesignation As String,
	threadClass As String
)

Parameters

featureName
Type: SystemString
The feature name.
threadType
Type: SystemString
threadDesignation
Type: SystemString
threadClass
Type: SystemString
See Also