Hi my Solidworks/PDM Addin developers,
Actually, I created a simple Solidworks addin to capture some properties from the file and also the user using the Solidworks PDM as their PDM system.
Without creating the new Solidworks PDM Addin, is there any way to catch the PDM client (Solidworks )check-in event in my Solidworks addin based on that , I will capture check-in file details like properties and version.
I knew, we can achieve this using creating the Solidworks PDM Add-in. But I noticed few APIs from PDM client (ConisioSW2Lib) side exposed some APIs to do check-in and Check-out .
Please help me solve this issue.