Opc.Ua.Core
GetDisplayPath(Int32,Char) Method



Opc.Ua Namespace > BaseInstanceState Class > GetDisplayPath Method : GetDisplayPath(Int32,Char) Method
Gets a display path for the node.
Syntax
'Declaration
 
Public Overloads Function GetDisplayPath( _
   ByVal maxLength As Integer, _
   ByVal seperator As Char _
) As String
'Usage
 
Dim instance As BaseInstanceState
Dim maxLength As Integer
Dim seperator As Char
Dim value As String
 
value = instance.GetDisplayPath(maxLength, seperator)
public string GetDisplayPath( 
   int maxLength,
   char seperator
)
public:
String^ GetDisplayPath( 
   int maxLength,
   char seperator
) 

Parameters

maxLength
seperator
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

BaseInstanceState Class
BaseInstanceState Members
Overload List