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() |
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.