QuickOPC User's Guide and Reference
MakePathElements Method (DANodeElement)



OpcLabs.EasyOpcClassicCore Assembly > OpcLabs.EasyOpc.DataAccess.AddressSpace Namespace > DANodeElement Class : MakePathElements Method
The browse names that represent the path to be created.
Creates a path containing DANodeElement-s made from browse names, starting from the root.
Syntax
'Declaration
 
<NotNullAttribute()>
Public Shared Function MakePathElements( _
   ByVal browseNames As IEnumerable(Of String) _
) As IEnumerable(Of DANodeElement)
'Usage
 
Dim browseNames As IEnumerable(Of String)
Dim value As IEnumerable(Of DANodeElement)
 
value = DANodeElement.MakePathElements(browseNames)
[NotNull()]
public static IEnumerable<DANodeElement> MakePathElements( 
   IEnumerable<string> browseNames
)
[NotNull()]
public:
static IEnumerable<DANodeElement^>^ MakePathElements( 
   IEnumerable<String^>^ browseNames
) 

Parameters

browseNames
The browse names that represent the path to be created.

Return Value

An enumerable of node elements, starting from the root.
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