OPC Labs Base Library
BrowsePath Object Members
Overview 
OpcLabs_BaseLib ActiveX DLL : BrowsePath Object
Public Methods
Appends a browse name to the end of the current browse path.

 

DISPID (Dispatch ID):

 

For more information, see AppendBrowseName in .NET Reference.

Appends a relative browse path to the end of the current browse path. Maximum parent depth is also specified.

 

DISPID (Dispatch ID):

 

For more information, see AppendRelative in .NET Reference.

Creates a new object that is a copy of the current instance.

 

DISPID (Dispatch ID):

 

For more information, see Clone in .NET Reference.

Combines the current browse path with a given relative browse path string.

 

DISPID (Dispatch ID):

 

For more information, see Combine in .NET Reference.

Determines the longest common prefix of the current browse path and a given browse path.

 

DISPID (Dispatch ID):

 

For more information, see CommonPrefix in .NET Reference.

Determines length of the longest common prefix of the current browse path and a given browse path.

 

DISPID (Dispatch ID):

 

For more information, see CommonPrefixLength in .NET Reference.

Determines whether the specified object is equal to the current object.

 

DISPID (Dispatch ID):

 

For more information, see Equals in .NET Reference.

Returns a hash code for the current object.

 

DISPID (Dispatch ID):

 

For more information, see GetHashCode in .NET Reference.

 

DISPID (Dispatch ID):

 

For more information, see GetObjectData in .NET Reference.

Gets the Type of the current instance.

 

DISPID (Dispatch ID):

 

For more information, see GetType in .NET Reference.

Determines whether a given browse path is a prefix of the current browse path.

 

DISPID (Dispatch ID):

 

For more information, see IsPrefix in .NET Reference.

Computes a relative path string that leads from the current browse to a given browse path, with specified maximum parent depth.

 

DISPID (Dispatch ID):

 

For more information, see RelativeTo in .NET Reference.

Attempts to append a relative browse path string to the current browse path, with specified maximum parent depth.

 

DISPID (Dispatch ID):

 

For more information, see TryAppendRelative in .NET Reference.

Attempts to assign an absolute browse path string to the current browse path object.

 

DISPID (Dispatch ID):

 

For more information, see TryAssign in .NET Reference.

Attempts to combine the current browse path with a given relative browse path string.

 

DISPID (Dispatch ID):

 

For more information, see TryCombine in .NET Reference.

Attempts to compute a relative path string that leads from the current browse to a given browse path.

 

DISPID (Dispatch ID):

 

For more information, see TryRelativeTo in .NET Reference.

Public Properties
A sequence of browse names that form the browse path, starting from the root. May be an empty sequence.

 

DISPID (Dispatch ID):

 

For more information, see BrowseNames in .NET Reference.

The display string for the current object.

 

DISPID (Dispatch ID): 0

 

For more information, see ToString in .NET Reference.

Determines whether the current browse path represents the root, i.e. is empty.

 

DISPID (Dispatch ID):

 

For more information, see IsEmpty in .NET Reference.

The length of the browse path, i.e. the count of the browse names it consists of.

 

DISPID (Dispatch ID):

 

For more information, see Length in .NET Reference.

The browse path in an escaped string form; always absolute.

 

DISPID (Dispatch ID):

 

For more information, see PathString in .NET Reference.

Returns a string that represents the current object.

 

DISPID (Dispatch ID):

 

For more information, see ToString in .NET Reference.

See Also

BrowsePath Object