IfElse Class
- Updated2023-02-21
- 2 minute(s) read
Represents an IfElse conditional statement, which executes one of two code sections depending on the value of a Boolean expression.
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 IfElse _ Inherits Statement _ Implements IEquatable(Of IfElse) |
C# |
---|
public class IfElse : Statement, IEquatable<IfElse> |
Visual C++ |
---|
public ref class IfElse : public Statement, IEquatable<IfElse^> |
Remarks
Use the members of this class to configure the conditional statement, including the Boolean expression to evaluate and the code to execute based on that value.
Accessing this Class:
Inheritance Hierarchy
System.Object
NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.BaseNode
NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.Statement
NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.IfElse
NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.BaseNode
NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.Statement
NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.IfElse
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.