VAlarmCollection(IListVAlarm) Constructor

Construct the collection using a list of VAlarm objects

Definition

Namespace: EWSoftware.PDI.Objects
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public VAlarmCollection(
	IList<VAlarm> alarms
)

Parameters

alarms  IListVAlarm
The IListT of alarms to add

See Also