Adds a new
GotoLabel step. This step jumps to the step specified by
Label.
Namespace:
NationalInstruments.VeriStand.SystemDefinitionAPI
Assembly:
NationalInstruments.VeriStand.SystemDefinitionAPI (in NationalInstruments.VeriStand.SystemDefinitionAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
| Visual Basic (Declaration) |
|---|
Public Function AddNewGotoLabel ( _
Name As String, _
Description As String, _
Label As Command _
) As Boolean |
Return Value
true (True in Visual Basic) if the
GotoLabel step was added successfully.