IAnalogMonitorManagerGetAnalogMonitorByLogicalNumber Method |  |
Gets a AnalogMonitor handle by logical number
Namespace: Bosch.Vms.SDKAssembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
SyntaxAnalogMonitor GetAnalogMonitorByLogicalNumber(
int nr
)
Parameters
- nr Int32
- AnalogMonitor logical number.
Return Value
AnalogMonitor
AnalogMonitor handle if analog monitor entity with specified logical number exists in the configuration and permitted to caller.
Otherwise null-handle (
IsNull) is returned.
See Also