Click or drag to resize

IAccessSystemDoorManagerGetDoorById Method

Gets the AccessSystemDoor by id.

Namespace: Bosch.Vms.SDK
Assembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
Syntax
C#
AccessSystemDoor GetDoorById(
	Guid id
)

Parameters

id  Guid
The identifier of a door.

Return Value

AccessSystemDoor
The door with the given id.
See Also