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

Removes the world object with the specified world ID from the condition

Namespace: Clarion.Framework.Core
Assembly: CLARIONLibrary (in CLARIONLibrary.dll) Version: 6.1.0.7 (6.1.0.7)

Syntax

C#
public bool Remove(
	Guid worldID
)

Parameters

worldID
Type: System..::..Guid
The world ID of the world object to be removed

Return Value

True if the world object was successfully removed, otherwise False

See Also