QuickOPC User's Guide and Reference
UAEUInformation Constructor(String,Int32,String,String)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.DataAccess Namespace > UAEUInformation Class > UAEUInformation Constructor : UAEUInformation Constructor(String,Int32,String,String)
Identifies the organization (company, standards organization) that defines the EUInformation.
Identifier for programmatic evaluation.
The display name of the engineering unit is typically the abbreviation of the engineering unit, e.g. ”h” for hour or ”m/s” for meter per second.
Contains the full name of the engineering unit such as ”hour” or ”meter per second”.
Initializes a new instance of the class.
Syntax
'Declaration
 
Public Function New( _
   ByVal namespaceUriString As String, _
   ByVal unitId As Integer, _
   ByVal displayName As String, _
   ByVal description As String _
)
'Usage
 
Dim namespaceUriString As String
Dim unitId As Integer
Dim displayName As String
Dim description As String
 
Dim instance As New UAEUInformation(namespaceUriString, unitId, displayName, description)

Parameters

namespaceUriString
Identifies the organization (company, standards organization) that defines the EUInformation.
unitId
Identifier for programmatic evaluation.
displayName
The display name of the engineering unit is typically the abbreviation of the engineering unit, e.g. ”h” for hour or ”m/s” for meter per second.
description
Contains the full name of the engineering unit such as ”hour” or ”meter per second”.
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