VeriStand .NET API Reference

Table of Contents

DefaultCase Class

Represents the default case in a Switch statement, which executes if none of the conditions for executing a CaseStatement under the Cases section are met.

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 DefaultCase _
	Inherits CodeSection
C#
public class DefaultCase : CodeSection
Visual C++
public ref class DefaultCase : public CodeSection

Remarks

Use the members of this class to configure the default case.

Accessing this Class:

Inheritance Hierarchy

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

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