Load a world in ViWo.

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

Syntax

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

Parameters

szWorld
Type: System..::..String
Name of the world
pbStatus
Type: System.Windows.Forms..::..ProgressBar

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

Return Value

Error message or empty if no error ocured.

Remarks

WorldLoad initiates loading of a world in ViWo and waits for a response from the world. If no response can be received within 30 seconds an error will be returned.

See Also