01-18-2022
12:35 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
01-18-2022
12:35 AM
You are on the right way. But you need to set the TheadDepth correctly.
- oTappedHole.ThreadDepth returns Parameter object
- CreateTapInfo method accepts string or double
Change the line to
ThreadDepth :=oTappedHole.ThreadDepth.Value
Your code works for me.