VeriStand .NET API Reference

Procedure.AddCommand Method

Adds the specified Command, or step, to the 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 AddCommand ( _
	command As Command _
) As Boolean
C#
public bool AddCommand(
	Command command
)
Visual C++
public:
bool AddCommand(
	Command^ command
)

Parameters

command
Type: NationalInstruments.VeriStand.SystemDefinitionAPI.Command
The step to add.

Return Value

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

See Also

Log in to get a better experience