CallProcedure Constructor
- Updated2023-02-21
- 2 minute(s) read
Initializes a new instance of CallProcedure with the specified name, description, and procedure.
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, _ Procedure As BaseNode _ ) |
| C# |
|---|
public CallProcedure( string Name, string Description, BaseNode Procedure ) |
| Visual C++ |
|---|
public: CallProcedure( String^ Name, String^ Description, BaseNode^ Procedure ) |
Parameters
- Name
- Type: System.String
The name of the CallProcedure step.
- Description
- Type: System.String
The description of the CallProcedure step.
- Procedure
- Type: NationalInstruments.VeriStand.SystemDefinitionAPI.BaseNode
The BaseNode reference to the procedure to call when this step executes.