VeriStand .NET API Reference

Procedure.AddNewExitSubroutine Method

Adds a new ExitSubroutine step. This step exits a procedure that you call from another procedure using a CallProcedure step and returns to the calling procedure.

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

Parameters

Name
Type: System.String
The name of the step.
Description
Type: System.String
The description of the step.

Return Value

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

See Also

Log in to get a better experience