[This is preliminary documentation and is subject to change.]
Gets/sets the ON/OFF setting for the specified world object
Namespace: Clarion.Framework.CoreAssembly: CLARIONLibrary (in CLARIONLibrary.dll) Version: 6.1.0.7 (6.1.0.7)
Syntax
C# |
---|
public bool this[ IWorldObject o ] { get; set; } |
Parameters
- o
- Type: Clarion.Framework.Core..::..IWorldObject
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
Exception | Condition |
---|---|
System..::..InvalidOperationException | If the world object cannot be found in the condition |