VeriStand .NET API Reference

Table of Contents

CaseStatement Class

Represents an individual case under the Cases section of a Switch statement.

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 CaseStatement _
	Inherits CodeSection _
	Implements IEquatable(Of CaseStatement)
C#
public class CaseStatement : CodeSection, 
	IEquatable<CaseStatement>
Visual C++
public ref class CaseStatement : public CodeSection, 
	IEquatable<CaseStatement^>

Remarks

Use the members of this class to configure the statements that a case executes and to get or set the value that specifies to execute the case.

Accessing this Class:

Inheritance Hierarchy

System.Object
    NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.BaseNode
        NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.CodeSection
            NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.CaseStatement

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