Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.
Michael.Navara
in reply to: mr_ensing

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.