This helper checks if the specified name is an OPC AE category
Namespace: Ico.Awx.CommonAssembly: AwxClientCommon (in AwxClientCommon.dll) Version: 10.97.306.0 (10.97.306.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