VeriStand .NET API Reference

IfElse.IfTrue Property

Gets or sets the block of code to execute if TestExpression is true (True in Visual Basic).

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 Property IfTrue As Block
C#
public Block IfTrue { get; set; }
Visual C++
public:
property Block^ IfTrue {
	Block^ get ();
	void set (Block^ value);
}

Property Value

The code Block to execute.

See Also

Log in to get a better experience