GotoLabel Constructor
- Mise à jour2023-02-21
- Temps de lecture : 2 minute(s)
Initializes a new instance of GotoLabel with the specified name, description, and label.
Namespace:
NationalInstruments.VeriStand.SystemDefinitionAPIAssembly: 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.