EasyUA Reference
GetDisplayPath(Int32,Char) Method
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > BaseInstanceState Class > GetDisplayPath Method : GetDisplayPath(Int32,Char) Method

maxLength
seperator

Glossary Item Box

Gets a display path for the node.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As BaseInstanceState
Dim maxLength As Integer
Dim seperator As Char
Dim value As String
 
value = instance.GetDisplayPath(maxLength, seperator)
C# 
public string GetDisplayPath( 
   int maxLength,
   char seperator
)

Parameters

maxLength
seperator

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.