VeriStand .NET API Reference

AbstractLoop.AddStatement Method

Adds the specified statement to the end of the loop body.

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 Sub AddStatement ( _
	statement As Statement _
)
C#
public void AddStatement(
	Statement statement
)
Visual C++
public:
void AddStatement(
	Statement^ statement
)

Parameters

statement
Type: NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.Statement
The statement to add to the loop.

See Also

Log in to get a better experience