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

Gets/sets the ON/OFF setting for the world object with the specified world ID

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

Syntax

C#
public bool this[
	Guid worldID
] { get; set; }

Parameters

worldID
Type: System..::..Guid
The world ID of the world object whose setting you wish to get

Return Value

True if the world object is specified as being "ON" for the condition, or False if the world object is specified as being "OFF" for the condition

Exceptions

ExceptionCondition
System..::..InvalidOperationExceptionIf the world object with the specified IDs cannot be found in the condition

See Also