Click or drag to resize

IAccessSystemDoorManagerGetDoorByName Method

Gets a AccessSystemDoor by name.

Namespace: Bosch.Vms.SDK
Assembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
Syntax
C#
AccessSystemDoor GetDoorByName(
	string name
)

Parameters

name  String
The name of a door.

Return Value

AccessSystemDoor
The door with the given name
See Also