Retrieve the AwxDataValue associated with an AlarmData

Namespace: Ico.Awx
Assembly: AwxViewControl (in AwxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public AwxDataValue this[
	AlarmData alarm
] { get; }
Visual Basic
Public ReadOnly Default Property Item ( _
	alarm As AlarmData _
) As AwxDataValue
	Get
JScript
JScript does not support indexed properties.

Parameters

alarm
Type: Ico.Awx..::..AlarmData

Exceptions

ExceptionCondition
System..::..ArgumentOutOfRangeExceptionIf there is no object with the name specified an exception is thrown

See Also