OPC Studio User's Guide and Reference
BrowseBranches Method (IEasyDAClientExtension)



OpcLabs.EasyOpcClassicCore Assembly > OpcLabs.EasyOpc.DataAccess Namespace > IEasyDAClientExtension Class : BrowseBranches Method
Browses the specified branch (or root) in OPC server's address space, and returns information about child branches found.

The BrowseBranches methods return the branches available under the specified parent branch in the OPC-DA address space.

The server(s) can be local or can be remotely accessed via DCOM.

Overload List
OverloadDescription
Browse for child branches. Specify server descriptor, element name filter and vendor filter.  
Browse for child branches. Specify server descriptor, and element name filter.  
Browse for child branches. Specify server descriptor.  
Browse for child branches at the root. Specify server descriptor.  
Browse for child branches. Specify machine name, server class, element name filter and vendor filter.  
Browse for child branches. Specify machine name, server class, and element name filter.  
Browse for child branches. Specify machine name, and server class.  
Browse for child branches at the root. Specify machine name, and server class.  
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