IVirtualInputManagerGetVirtualInputById Method |  |
Gets a virtual input by id.
Namespace: Bosch.Vms.SDKAssembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
SyntaxVirtualInput GetVirtualInputById(
Guid id
)
Parameters
- id Guid
- Virtual input id.
Return Value
VirtualInput
VirtualInput handle if virtual input entity with specified id exists in the configuration and permitted to caller.
Otherwise null-handle (
IsNull) is returned.
See Also