VAlarm Collection(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: 2025.1.9.0
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
public VAlarmCollection(
IList<VAlarm> alarms
)VB
Public Sub New (
alarms As IList(Of VAlarm)
)C++
public:
VAlarmCollection(
IList<VAlarm^>^ alarms
)F#
new :
alarms : IList<VAlarm> -> VAlarmCollection