🔒 You're viewing limited content
In this lesson, we cover how to connect your project to the SOLIDWORKS PDM API.
You will learn the difference between referencing local system files and using NuGet packages to ensure your code is portable and easy to share with other developers.
Key Takeaway:
-
- Referencing PDM API Libraries : Learn how to find and add the essential Interop DLLs (EPDM.Interop.EPDM.DLL and EPDM.Interop.EPDMResultCode)
-
- The Benefits of NuGet Packages : Discover why using a central repository like NuGet.org is better than linking to local files
-
- Using the Bluebyte.SolidWorks.PDMProfessional.Interops package ensures your add-in works across different environments without manual path fixing.