Hello All,
We have created an addin, When the user use our addin and want to save the file. The file must be saved in our own stream for example .MAC or .VCM. So to save this file and it must be associated with Solidworks. We saw that it can be done by using I3PartyStorageStore. By using this we can save the file in our own format in Solidworks.
When we checked with the API we found that we can able to store only if our application receives SaveToStorageStoreNotify event . We need to save the path of the file with the extension.
When the user opens a new file for the next time it must automatically check the 3rdPartyStorageStore for any file associated with SW if associated we should open that file and if there is no file is associated with the 3rdPartyStorage then we will ask the user to select a new file.
Please send sample coding in c#....
SolidworksApi macros