VeriStand .NET API Reference

Table of Contents

Factory.GetActiveProjects Method (String)

Returns a list of paths to currently open NI VeriStand projects.

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)
Public Function GetActiveProjects ( _
	address As String _
) As String()
C#
public string[] GetActiveProjects(
	string address
)
Visual C++
public:
array<String^>^ GetActiveProjects(
	String^ address
)

Parameters

address
Type: System.String
The IP address of the VeriStand Gateway.

Return Value

Returns an array of strings indicating the paths to the active projects.

See Also

Log in to get a better experience