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: 30.0
Syntax
VB
Sub SetThread ( featureName As String, threadType As String, threadDesignation As String, threadClass As String )
C#
void SetThread( string featureName, string threadType, string threadDesignation, string threadClass )
Parameters
- featureName
- Type: System.String
The feature name. - threadType
- Type: System.String
- threadDesignation
- Type: System.String
- threadClass
- Type: System.String