QuickOPC User's Guide and Reference
OpcElementType Enumeration



OpcLabs.EasyOpcForms Assembly > OpcLabs.EasyOpc.Forms.Browsing Namespace : OpcElementType Enumeration
One of element types used in OPC browsing, such as a computer, server, Data Access node, etc.
Syntax
'Declaration
 
<CLSCompliantAttribute(True)>
<ComVisibleAttribute(True)>
<DisplayName2Attribute("OPC Element Type")>
<GuidAttribute("AF618CD5-0B41-4BAD-801E-FE1773F2FD9E")>
Public Enum OpcElementType 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As OpcElementType
[CLSCompliant(true)]
[ComVisible(true)]
[DisplayName2("OPC Element Type")]
[Guid("AF618CD5-0B41-4BAD-801E-FE1773F2FD9E")]
public enum OpcElementType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
[CLSCompliant(true)]
[ComVisible(true)]
[DisplayName2("OPC Element Type")]
[Guid("AF618CD5-0B41-4BAD-801E-FE1773F2FD9E")]
public enum class OpcElementType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Members
MemberValueDescription
AEAttribute7An OPC Alarms&Events event attribute.
AECategory6An OPC Alarms&Events event category.
AECategoryCondition8An OPC Alarms&Events event condition (available on specific event category).
AECategorySubcondition9An OPC Alarms&Events event subcondition (available on specific event category).
AENode12An OPC Alarms&Events node, i.e. an area or an event source.
AESourceCondition10An OPC Alarms&Events event condition (available on specific event source).
AESourceSubcondition11An OPC Alarms&Events event subcondition (available on specific event source).
Computer1A computer element.
DAAccessPath5An OPC Data Access (OPC-DA) access path.
DANode3An OPC Data Access node, i.e. a branch or leaf (item).
DAProperty4An OPC Data Access (item) property.
None0No element.
Server2An OPC server element.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         OpcLabs.EasyOpc.Forms.Browsing.OpcElementType

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