VeriStand .NET API Reference

IProject.OpenTool Method

Opens a Workspace tool for an NI VeriStand project.

Namespace: NationalInstruments.VeriStand.ClientAPI
Assembly: NationalInstruments.VeriStand.ClientAPI (in NationalInstruments.VeriStand.ClientAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration)
Function OpenTool ( _
	tool_path As String _
) As Error
C#
Error OpenTool(
	string tool_path
)
Visual C++
Error^ OpenTool(
	String^ tool_path
)

Parameters

tool_path
Type: System.String
The path to the Workspace tool VI.

Return Value

Returns an Error object. If no error occurs, the Code property of the Error object is 0.

See Also

Log in to get a better experience