Overload List
Overload | Description |
BrowseTree Constructor(OpcServer) |
Creates a BrowseTree object that returns the browse result in a Forms TreeNode array that can
be directly used with a Windows Forms TreeView control.
The server's address space organization is read and the browsing done accordingly.
|
BrowseTree Constructor(OpcServer,TreeView) |
This constructor configures the object for browsing the server into a Forms TreeNode structure and displaying the
browse result in a Form TreeView control. Branches and items are shown in the same tree.
In the default BrowseModeOneLevel mode only the root branch is browsed initally. Other branches are browsed
when they are the first time selected in the TreeView.
The BrowseModeOneLevel property can be set to false before calling the Browse method to force browsing the
whole server initally. This is not recommended in typical situations.
The browse result is shown alphabetically sorted. The DoNotSort property can be set to true before calling the
Browse method to disable sorting.
|
Requirements
Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2016, .NET 4.x
See Also