VeriStand .NET API Reference

Procedure.AddNewCallProcedure Method

Adds a new CallProcedure step. This step calls the specified Procedure when the step executes.

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 AddNewCallProcedure ( _
	Name As String, _
	Description As String, _
	Procedure As Procedure _
) As Boolean
C#
public bool AddNewCallProcedure(
	string Name,
	string Description,
	Procedure Procedure
)
Visual C++
public:
bool AddNewCallProcedure(
	String^ Name, 
	String^ Description, 
	Procedure^ Procedure
)

Parameters

Name
Type: System.String
The name of the step.
Description
Type: System.String
The description of the step.
Procedure
Type: NationalInstruments.VeriStand.SystemDefinitionAPI.Procedure
The Procedure to call when this step executes.

Return Value

true (True in Visual Basic) if the CallProcedure step was added successfully.

See Also

Log in to get a better experience