Hi,
I’m working with the Engineering Base .NET API (Aucotec.EngineeringBase.Client.Runtime) and I’m trying to reproduce the same behavior as in the UI when opening a worksheet on multiple selected objects.
Goal:
When multiple objects are selected in the EB tree and a worksheet (e.g. "Devices") is opened, EB opens either:
one combined worksheet, or
multiple worksheets
depending on the registry setting:
OpenMultiplyWsInOnTab
I would like to achieve the same behavior programmatically.
Question:
Is there any supported way in the .NET API to:
-open a worksheet on multiple ObjectItems in one call
-and let EB handle the “single tab vs multiple tabs” behavior based on the registry setting
Basically: replicate the UI action “Open worksheet on multiple selection”
Additional info:
EB version: 7.4.0
Any guidance or recommended approach would be highly appreciated.
Thanks!