Hi,
How can I access ViewAndLayoutItem-> View->ViewItems, as I only can see them in the debugging mode View-> ViewItems, but cannot use it in the code. It is not accessible. I am trying to get Cameras FQIDs from random views I open.
For example in the debugging mode(Watch list) I can find all cameras in the view: ((VideoOS.RemoteClient.Application.MIP.Manager.SCViewAndLayoutItem)_currentView).View.ViewItems
In the code ((ViewAndLayoutItem)_currentView).View
Cannot access it.
Is there a way to get all cameras FQIDs from random views?
Thank you in advanced.