IAnalogMonitorManagerGetDisplayedCamera Method |  |
Returns the currently displayed camera
Namespace: Bosch.Vms.SDKAssembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
SyntaxCamera GetDisplayedCamera(
AnalogMonitor monitor
)
Parameters
- monitor AnalogMonitor
- Analog monitor from which the displayed camera should be retrieved.
Return Value
CameraThe currently displayed camera.
Exceptions| Exception | Condition |
|---|
| SdkException |
Thrown if monitor doesn't exist in the configuration or is not permitted to caller.
|
See Also