QuickOPC User's Guide and Reference
UABrowsePath Constructor(UANodeId)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Navigation Namespace > UABrowsePath Class > UABrowsePath Constructor : UABrowsePath Constructor(UANodeId)
The starting node Id of the browse path.
Initializes a new instance, an empty browse path with the given starting node Id.
Syntax
'Declaration
 
Public Function New( _
   ByVal startingNodeId As UANodeId _
)
'Usage
 
Dim startingNodeId As UANodeId
 
Dim instance As New UABrowsePath(startingNodeId)
public UABrowsePath( 
   UANodeId startingNodeId
)
public:
UABrowsePath( 
   UANodeId^ startingNodeId
)

Parameters

startingNodeId
The starting node Id of the browse path.
Requirements

Target Platforms: .NET Framework: Windows 10, Windows Server 2012, Windows Server 2016; .NET Core, .NET 5: Linux, macOS, Microsoft Windows

See Also

Reference

UABrowsePath Class
UABrowsePath Members
Overload List