Click or drag to resize

IAnalogMonitorManagerGetAnalogMonitorByLogicalNumber Method

Gets a AnalogMonitor handle by logical number

Namespace: Bosch.Vms.SDK
Assembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
Syntax
C#
AnalogMonitor 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