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: 25.0
Syntax
VB
Property ThreadDesignation (
featureName As String
) As String
Get
Set
C#
string this[
string featureName
] { get; set; }
Parameters
- featureName
- Type: System.String
The feature name.
Property Value
Type:
StringThe thread designation (e.g. "1/2-13 UNC").
See Also
Reference