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

Adds a world object (based on the world ID of the 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(
	Guid worldID,
	bool setting
)

Parameters

worldID
Type: System..::..Guid
The world ID of world object to be added
setting
Type: System..::..Boolean
The ON/OFF specification of the world object

See Also