VeriStand .NET API Reference

Table of Contents

ForEachLoop Class

Represents a ForEach Loop, which iterates over an array of values and executes its body of statements once per array element.

Namespace: NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi
Assembly: NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi (in NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration)
Public Class ForEachLoop _
	Inherits AbstractLoop _
	Implements IEquatable(Of ForEachLoop)
C#
public class ForEachLoop : AbstractLoop, 
	IEquatable<ForEachLoop>
Visual C++
public ref class ForEachLoop : public AbstractLoop, 
	IEquatable<ForEachLoop^>

Remarks

Use the members of this class to configure the loop and the array of values it iterates over.

Accessing this Class:

Inheritance Hierarchy

System.Object
    NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.BaseNode
        NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.Statement
            NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.AbstractLoop
                NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.ForEachLoop

Thread Safety

Any public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Any instance members are not guaranteed to be thread safe.

See Also

Log in to get a better experience