QuickOPC User's Guide and Reference
Implicit Type Conversion(AEEventTypes,AEEventType) Operator



OpcLabs.EasyOpcClassicCore Assembly > OpcLabs.EasyOpc.AlarmsAndEvents Namespace > AEEventType Class > Implicit Type Conversion Operator : Implicit Type Conversion(AEEventTypes,AEEventType) Operator
AEEventType object to be converted.
Converts AEEventType object to a combination of enumerated values.
Syntax
'Declaration
 
Overloads Public Operator Widening CType( _
   ByVal eventType As AEEventType _
) As AEEventTypes
'Usage
 
public AEEventTypes operator implicit( 
   AEEventType eventType
)
public:
operator AEEventTypes ( 
   AEEventType^ eventType
)

Parameters

eventType
AEEventType object to be converted.

Return Value

Returns a combination of enumerated values converted from the input argument.
Remarks

This method or property does not throw any exceptions, aside from execution exceptions such as System.Threading.ThreadAbortException or System.OutOfMemoryException.

Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also