Get the OSC command of a parameter given by its name.

Namespace: ExpSuite
Assembly: FrameWork (in FrameWork.exe) Version: 1.0.0.0

Syntax

Visual Basic
Public Shared Function GetParameterCommand ( _
	szName As String _
) As String

Parameters

szName
Type: System..::..String
Name of the parameter

Return Value

String with the OSC command of the parameter. Empty if the parameter could not be found.

Remarks