Selects only the rows with the AlarmType specified

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

Syntax

C#
public void Select(
	AlarmType type
)
Visual Basic
Public Sub Select ( _
	type As AlarmType _
)
JScript
public function Select(
	type : AlarmType
)

Parameters

type
Type: Ico.Awx.Common..::..AlarmType

Remarks

If SelectionMode is set to Single and the filter returns multiple rows only the first one is selected

See Also