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
Have questions or feedback about this documentation? Please submit your feedback here.
Normal