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