Deleting an element from Automation Script
13th September 2024
Hi Matej, To delete an element from an automation script you can use the IDMs class in the following way: IDms dms = engine.GetDms(); DmsElementId id = new DmsElementId(dataminerId, elementId); …