This helper checks if the specified name is an OPC AE category

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

Syntax

C#
public static bool IsOpcAeCategory(
	string eventName
)
Visual Basic
Public Shared Function IsOpcAeCategory ( _
	eventName As String _
) As Boolean
JScript
public static function IsOpcAeCategory(
	eventName : String
) : boolean

Parameters

eventName
Type: System..::..String

See Also