Click or drag to resize

IVirtualInputManagerGetVirtualInputByName Method

Gets a virtual input by name.

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

Parameters

name  String
Virtual input name.

Return Value

VirtualInput
VirtualInput handle if virtual input entity with specified name exists in the configuration and permitted to caller. Otherwise null-handle (IsNull) is returned.
See Also