This content has been marked as final.
Show 3 replies
-
Re: Hole Wizard/Toolbox
Deepak Gupta Sep 1, 2015 6:41 AM (in response to Balaji K)Checked on 2014 and it works fine
Option Explicit
Dim swApp As SldWorks.SldWorks
Sub main()
Set swApp = Application.SldWorks
Debug.Print swApp.GetUserPreferenceStringValue(swUserPreferenceStringValue_e.swHoleWizardToolBoxFolder)
End Sub
-
Re: Hole Wizard/Toolbox
Balaji K Sep 1, 2015 11:25 PM (in response to Deepak Gupta)Yes, you are right, its working in 2014, but unfortunately it's not working in 2015.
-
Re: Hole Wizard/Toolbox
Deepak Gupta Sep 2, 2015 2:35 AM (in response to Balaji K)Not sure if this is expected behavior or something broke down in the API as I'm seeing same results on 2015.
Also from 2015 on wards the .mdb has been changed to .sldedb
-
-