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

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

Syntax

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

Parameters

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

Return Value

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

Remarks