End Constructor
- Aktualisiert2023-02-21
- 2 Minute(n) Lesezeit
Initializes a new instance of End with the specified name and description.
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 _ ) |
| C# |
|---|
public End( string Name, string Description ) |
| Visual C++ |
|---|
public: End( String^ Name, String^ Description ) |
Parameters
- Name
- Type: System.String
The name of the step.
- Description
- Type: System.String
The description of the step.