[This is preliminary documentation and is subject to change.]

Gets the World object with the specified world ID. If the World object cannot be found, this method returns null.

Namespace: Clarion
Assembly: ClarionLibrary (in ClarionLibrary.dll) Version: 6.1.1.0 (6.1.1.0)

Syntax

C#
public static IWorldObject GetWorldObject(
	Guid worldID
)

Parameters

worldID
Type: System..::..Guid
The world ID of the World object to get

Return Value

The World object with the specified world ID or null if the World object cannot be found

Exceptions

ExceptionCondition
System..::..InvalidOperationExceptionIf the singleton world instance has not been initialized

See Also