Initializes a new instance of the class.
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Function New( _
   ByVal  As String, _
   ByVal  As Integer, _
   ByVal  As String, _
   ByVal  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)
             
        
            
            public UAEUInformation( 
   string ,
   int ,
   string ,
   string 
)
             
        
            
            public:
UAEUInformation( 
   String^ ,
   int ,
   String^ ,
   String^ 
)
             
        
             
        
            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