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

Gets/sets the ON/OFF setting for the dimension-value pair with the specified dimension and value IDs

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

Syntax

C#
public bool this[
	Object dimensionID,
	IComparable valueID
] { get; set; }

Parameters

dimensionID
Type: System..::..Object
The dimension ID of the dimension-value pair whose setting you wish to get
valueID
Type: System..::..IComparable
The value ID of the dimension-value pair whose setting you wish to get

Return Value

True if the dimension-value pair is specified as being "ON" for the condition, or False if the dimension-value pair is specified as being "OFF" for the condition

Exceptions

ExceptionCondition
System..::..InvalidOperationExceptionIf a dimension-value with the specified IDs cannot be found in the condition

See Also