OPCDA.NET-UA
GetAttributeDisplayText Method
See Also  Send Feedback
OpcDaNetUaOption.Net4 Assembly > Opc.Ua.ClientDA Namespace > ClientUtils Class : GetAttributeDisplayText Method

session
The currently active session.
attributeId
The id of the attribute.
value
The value of the attribute.

Glossary Item Box

Gets the display text for the specified attribute.

Syntax

Visual Basic (Declaration) 
Public Shared Function GetAttributeDisplayText( _
   ByVal session As Opc.Ua.Client.Session, _
   ByVal attributeId As UInteger, _
   ByVal value As Opc.Ua.Variant _
) As String
C# 
public static string GetAttributeDisplayText( 
   Opc.Ua.Client.Session session,
   uint attributeId,
   Opc.Ua.Variant value
)

Parameters

session
The currently active session.
attributeId
The id of the attribute.
value
The value of the attribute.

Return Value

The attribute formatted as a string.

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2008/2012/2016, .NET 4.7.2

See Also

Copyright © 2020 Advosol Inc. All Rights Reserved.