Click or drag to resize

ICadFeatureThreadDesignation Property (Object, String)

Gets or sets the thread designation of a thread or threaded feature.

Namespace:  Autodesk.iLogic.Interfaces
Assembly:  Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 23.0
Syntax
Property ThreadDesignation ( 
	componentOrDocName As Object,
	featureName As String
) As String
	Get
	Set

Parameters

componentOrDocName
Type: SystemObject
The component or document name.
featureName
Type: SystemString
The feature name.

Property Value

Type: String
The thread designation (e.g. "1/2-13 UNC").
See Also