Gets the currently loaded command lines. You can use the members of the CommandLineInfo class of the NationalInstruments.VeriStand.WorkspaceMacro assembly to get information about the command lines this method returns.
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 GetCommandLines ( _
<OutAttribute> ByRef commandLines As CommandLineInfo() _
) As Error |
| C# |
|---|
Error GetCommandLines(
out CommandLineInfo[] commandLines
) |
| Visual C++ |
|---|
Error^ GetCommandLines(
[OutAttribute] array<CommandLineInfo>^% commandLines
) |
Parameters
- commandLines
- Type:
CommandLineInfo
%
The command lines.
Return Value
Returns an Error object. If no error occurs, the Code property of the Error object is 0.