VeriStand .NET API Reference

GotoLabel Constructor

Initializes a new instance of GotoLabel with the specified name, description, and 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 Sub New ( _
	Name As String, _
	Description As String, _
	Label As BaseNode _
)
C#
public GotoLabel(
	string Name,
	string Description,
	BaseNode Label
)
Visual C++
public:
GotoLabel(
	String^ Name, 
	String^ Description, 
	BaseNode^ Label
)

Parameters

Name
Type: System.String
The name of the step.
Description
Type: System.String
The description of the step.
Label
Type: NationalInstruments.VeriStand.SystemDefinitionAPI.BaseNode
The procedure step to jump to when the GotoLabel step executes.

See Also

Log in to get a better experience