MoveToRoot method
Description | Move up to the first level in the tree. |
Syntax | MoveToRoot () |
Example | Dim MyOPCBrowser as OPCBrowser Set MyOPCBrowser = MyOPCServer.CreateBrowser '/* Move to root MyOPCBrowser.MoveToRoot '/* Get branch information MyOPCBrowser.ShowBranches |
Provide Feedback