OPC Labs EasyOPC-UA Library
UABrowsePath Object Members
Overview 
OpcLabs_EasyOpcUA ActiveX DLL : UABrowsePath Object
Public Methods
Appends a browse name to the end of the current browse path.

 

DISPID (Dispatch ID):

 

For more information, see AppendElement in .NET Reference.

Appends a sequence of browse path elements to the end of the current OPC-UA browse path.

 

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 OPC-UA browse path with a given relative browse path string.

 

DISPID (Dispatch ID):

 

For more information, see Combine 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.

Computes an equivalent browse path whose starting node descriptor has a node Id, if possible.

 

DISPID (Dispatch ID):

 

For more information, see Flatten in .NET Reference.

Formats the browse path element into a string.

 

DISPID (Dispatch ID):

 

For more information, see Format in .NET Reference.

Returns a hash code for the current object.

 

DISPID (Dispatch ID):

 

For more information, see GetHashCode in .NET Reference.

Obtains the last browse path element of the current OPC-UA browse path.

 

DISPID (Dispatch ID):

 

For more information, see GetLastElement 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.

Converts a browse path to a node descriptor.

 

DISPID (Dispatch ID):

 

For more information, see ToUANodeDescriptor in .NET Reference.

Attempts to append a relative browse path string to the current OPC-UA browse path.

 

DISPID (Dispatch ID):

 

For more information, see TryAppendRelative in .NET Reference.

Attempts to combine the current OPC-UA browse path with a given browse path string.

 

DISPID (Dispatch ID):

 

For more information, see TryCombine in .NET Reference.

Public Properties
The display string for the current object.

 

DISPID (Dispatch ID): 0

 

For more information, see ToString in .NET Reference.

A sequence of browse path elements that form the browse path, beginning from the starting node. May be an empty sequence.

 

DISPID (Dispatch ID):

 

For more information, see Elements in .NET Reference.

Determines whether the current browse path represents is empty, i.e. contains no elements.

 

DISPID (Dispatch ID):

 

For more information, see IsEmpty in .NET Reference.

Determines whether the current browse path is null (has a null starting node Id).

 

DISPID (Dispatch ID):

 

For more information, see IsNull in .NET Reference.

The length of the OPC-UA browse path, i.e. the count of the browse path elements it consists of.

 

DISPID (Dispatch ID):

 

For more information, see Length in .NET Reference.

The starting node descriptor of the browse path.

 

DISPID (Dispatch ID):

 

For more information, see StartingNodeDescriptor in .NET Reference.

The starting node Id of the browse path.

 

DISPID (Dispatch ID):

 

For more information, see StartingNodeId in .NET Reference.

Returns a string that represents the current object.

 

DISPID (Dispatch ID):

 

For more information, see ToString in .NET Reference.

See Also

UABrowsePath Object