Returns a AlarmData with the Id specified

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

Syntax

C#
public AlarmData GetRowById(
	byte[] eventID
)
Visual Basic
Public Function GetRowById ( _
	eventID As Byte() _
) As AlarmData
JScript
public function GetRowById(
	eventID : byte[]
) : AlarmData

Parameters

eventID
Type: array<System..::..Byte>[]()[][]
The identifier for the row

Return Value

The row specified by the id, or null if the row doesn't exist

See Also