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

Determines whether the world object with the specified world ID is contained within the condition and has the specified ON/OFF setting

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

Syntax

C#
public bool Contains(
	Guid worldID,
	bool setting
)

Parameters

worldID
Type: System..::..Guid
The world ID of the world object whose membership within the condition is to be checked
setting
Type: System..::..Boolean
The setting for the world object

Return Value

True if the world object is in the condition and has the specified ON/OFF setting, otherwise False

See Also