Initiate loading of preview parameters from ViWo.

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

Syntax

Visual Basic
Public Shared Function LoadPreviewParameters ( _
	szWorld As String, _
	pbStatus As ProgressBar _
) As String

Parameters

szWorld
Type: System..::..String

[Missing <param name="szWorld"/> documentation for "M:ExpSuite.ViWo.LoadPreviewParameters(System.String,System.Windows.Forms.ProgressBar)"]

pbStatus
Type: System.Windows.Forms..::..ProgressBar

[Missing <param name="pbStatus"/> documentation for "M:ExpSuite.ViWo.LoadPreviewParameters(System.String,System.Windows.Forms.ProgressBar)"]

Return Value

[Missing <returns> documentation for "M:ExpSuite.ViWo.LoadPreviewParameters(System.String,System.Windows.Forms.ProgressBar)"]

Remarks

The parameters will be added using AddPreviewParameter.

See Also