public class SettingsScript { [Start] public void DisablePrjExclusive() { //Deaktivieren Setting Projekt exklusiv öffnen Eplan.EplApi.Base.Settings oSettings2 = new Eplan.EplApi.Base.Settings(); oSettings2.SetBoolSetting("USER.TrDMProject.OperationMode.OpenProjectsExclusive", false, 0); MessageBox.Show("Setting deaktiviert.","Info"); return; } }