This content has been marked as final.
Show 6 replies
-
Re: how to make it work?
Solid Air Nov 18, 2017 10:13 AM (in response to Sun Huaye)What's the error message?
What language are your writing this in VBA, VB.net, C, etc.
-
-
-
Re: how to make it work?
Sun Huaye Nov 18, 2017 10:41 AM (in response to Solid Air)I installed SolidWorks 2015 api sdk but i can not find it in visual studio 2015
-
-
Re: how to make it work?
Michael Dekoning Nov 18, 2017 12:22 PM (in response to Sun Huaye)You need to add a reference to SolidWorks.Interop.sldworks and add the statement Imports SolidWorks.Interop.sldworks at the top of your code.
-
Re: how to make it work?
Amen Allah Jlili Nov 18, 2017 5:04 PM (in response to Michael Dekoning)Right on Michael Dekoning
-