CurrentPosition property

Description
(Read-only) Current position in the tree. This string will be " " (for example, the "root") initially. It will always be " " if Organization is OPCFlat.
Syntax
CurrentPosition
As String
Remarks
Current Position returns the absolute position and is equivalent to calling GetItemID on a branch.
Example
Dim MyOPCBrowser as OPCBrowser
Set MyOPCBrowser = MyOPCServer.CreateBrowser
'/* Display current branch position
txtPosition = MyOPCBrowser.CurrentPosition
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal