Selects only the row with the specific event identifier

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

Syntax

C#
public void Select(
	byte[] eventID
)
Visual Basic
Public Sub Select ( _
	eventID As Byte() _
)
JScript
public function Select(
	eventID : byte[]
)

Parameters

eventID
Type: array<System..::..Byte>[]()[][]

See Also