I've got an application that caches a specified version of a file and I want to refresh the data card to show the updated data. I can cache the version but the IEdmCard5.Refresh method doesn't seem to work. If I click off the file and then select it again, the data card refreshes. Has anyone successfully done this?
Here's the code I'm using to refresh -
IEdmCard5 dataCard = default(IEdmCard5);
dataCard = pdmFolder.GetCard("SLDDRW");
dataCard.Refresh();
SolidworksApi macros