ICadFeatureThreadType Property (String) |
Gets the thread type (e.g. "ANSI Unified Screw Threads") of a threaded feature.
To change the type, use the SetThread function.
Namespace:
Autodesk.iLogic.Interfaces
Assembly:
Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 23.0
Syntax ReadOnly Property ThreadType (
featureName As String
) As String
Get
string this[
string featureName
] { get; }
Parameters
- featureName
- Type: SystemString
The feature name.
Property Value
Type:
StringThe thread type.
See Also