AbstractLoop.AddStatement Method
- Updated2023-02-21
- 2 minute(s) read
Adds the specified statement to the end of the loop body.
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 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.