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

Removes the specified world object 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(
	IWorldObject o
)

Parameters

o
Type: Clarion.Framework.Core..::..IWorldObject
The world object to be removed

Return Value

True if the world object was successfully removed, otherwise False

See Also