10-08-2020
10:53 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
10-08-2020
10:53 PM
I suggest activating each occurrence and call the UI command to Undo Checkout like this
{
Inventor.Application mApp = ThisApplication;
Inventor.ControlDefinition mControlDef;
mControlDef = mApp.CommandManager.ControlDefinitions.Item("VaultUndoCheckoutTop");
mControlDef.Execute2(true);
}

Markus Koechl
Solutions Engineer PDM, Autodesk Central Europe