QuickOPC User's Guide and Reference
_BrowsePath Interface Members
Properties  Methods 

OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Navigation.ComTypes Namespace : _BrowsePath Interface

The following tables list the members exposed by _BrowsePath.

Public Properties
 NameDescription
 PropertyA sequence of browse names that form the browse path, starting from the root. May be an empty sequence.  
 PropertyThe display string for the current object.  
 PropertyDetermines whether the current browse path represents the root, i.e. is empty.  
 PropertyThe length of the browse path, i.e. the count of the browse names it consists of.  
 PropertyThe browse path in an escaped string form; always absolute.  
Top
Public Methods
 NameDescription
 MethodAppends a browse name to the end of the current browse path.  
 MethodAppends a relative browse path to the end of the current browse path. Maximum parent depth is also specified.  
 Method  
 MethodCombines the current browse path with a given relative browse path string.  
 MethodDetermines the longest common prefix of the current browse path and a given browse path.  
 MethodDetermines length of the longest common prefix of the current browse path and a given browse path.  
 Method  
 Method  
 Method  
 MethodDetermines whether a given browse path is a prefix of the current browse path.  
 MethodComputes a relative path string that leads from the current browse to a given browse path, with specified maximum parent depth.  
 Method  
 MethodAttempts to append a relative browse path string to the current browse path, with specified maximum parent depth.  
 MethodAttempts to assign an absolute browse path string to the current browse path object.  
 MethodAttempts to combine the current browse path with a given relative browse path string.  
 MethodAttempts to compute a relative path string that leads from the current browse to a given browse path.  
Top
See Also

Reference

_BrowsePath Interface
OpcLabs.BaseLib.Navigation.ComTypes Namespace