Click or drag to resize

ICameraManagerIsAttachedToLogicalTree Method

Returns true if the camera is used in logical tree.

Namespace: Bosch.Vms.SDK
Assembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
Syntax
C#
bool IsAttachedToLogicalTree(
	Camera camera
)

Parameters

camera  Camera
Camera object which status should be checked.

Return Value

Boolean
true if the camera is used in logical tree and permitted to caller.
See Also