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

Adds a world object and its ON/OFF specification to the condition

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

Syntax

C#
public void Add(
	IWorldObject o,
	bool setting
)

Parameters

o
Type: Clarion.Framework.Core..::..IWorldObject
The world object to be added
setting
Type: System..::..Boolean
The ON/OFF specification for the world object

See Also