ForLoop Class
- Updated2023-02-21
- 2 minute(s) read
Represents a For Loop, which executes its body of statements for a fixed number of iterations.
Namespace:
NationalInstruments.VeriStand.RealTimeSequenceDefinitionApiAssembly: NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi (in NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration) |
---|
Public Class ForLoop _ Inherits AbstractLoop _ Implements IEquatable(Of ForLoop) |
C# |
---|
public class ForLoop : AbstractLoop, IEquatable<ForLoop> |
Visual C++ |
---|
public ref class ForLoop : public AbstractLoop, IEquatable<ForLoop^> |
Remarks
Use the members of this class to configure the loop, including the number of iterations it executes.
Accessing this Class:
Inheritance Hierarchy
System.Object
NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.BaseNode
NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.Statement
NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.AbstractLoop
NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.ForLoop
NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.BaseNode
NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.Statement
NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.AbstractLoop
NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.ForLoop
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.