VeriStand .NET API Reference

ExitSubroutine Constructor

Initializes a new instance of ExitSubroutine with the specified name and description.

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

Parameters

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

See Also

Log in to get a better experience