Preview | SOLIDWORKS USER FORUM
Use your SOLIDWORKS ID or 3DEXPERIENCE ID to log in.
JMJulien Maulbault04/01/2017
I'm coding an EPDM Addin in C# (IEdmAddIn5)
This addin add command on the contex menu.
From this command, I want the path of the selected folder. But I can't only get the folderId. via (ref Array ppoData)
Is there a way to get directly the folder path ? Or is there a way to get Folder Path from Folder Id ?
Thank you