QuickOPC User's Guide and Reference
UABrowsePathParser Constructor(UABrowsePathParser)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Navigation.Parsing Namespace > UABrowsePathParser Class > UABrowsePathParser Constructor : UABrowsePathParser Constructor(UABrowsePathParser)
The browse path parser object to be copied from.
Initializes a new instance of the class. Initializes a new instance of the class, from specified browse path parser.
Syntax
'Declaration
 
Public Function New( _
   ByVal browsePathParser As UABrowsePathParser _
)
'Usage
 
Dim browsePathParser As UABrowsePathParser
 
Dim instance As New UABrowsePathParser(browsePathParser)
public UABrowsePathParser( 
   UABrowsePathParser browsePathParser
)
public:
UABrowsePathParser( 
   UABrowsePathParser^ browsePathParser
)

Parameters

browsePathParser
The browse path parser object to be copied from.
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