OPC Labs EasyOPC-UA Library
UANodeElement Object Members
Overview 
OpcLabs_EasyOpcUA ActiveX DLL : UANodeElement Object
Public Methods
Creates a new object that is a copy of the current instance.

 

DISPID (Dispatch ID):

 

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

Converts a UANodeElement to a node descriptor.

 

DISPID (Dispatch ID):

 

For more information, see ToUANodeDescriptor in .NET Reference.

Public Properties
Browse name of the node (this string is intended for programmatic use).

 

DISPID (Dispatch ID):

 

For more information, see BrowseName in .NET Reference.

Specifies the browse path for the OPC-UA node.

 

DISPID (Dispatch ID):

 

For more information, see BrowsePath in .NET Reference.

The display name of the node (this string is localized and intended to be human readable).

 

DISPID (Dispatch ID):

 

For more information, see DisplayName in .NET Reference.

The display string for the current object.

 

DISPID (Dispatch ID): 0

 

For more information, see ToString in .NET Reference.

The node has been reached by following a forward reference.

 

DISPID (Dispatch ID):

 

For more information, see IsForward in .NET Reference.

The class of the node.

 

DISPID (Dispatch ID):

 

For more information, see NodeClass in .NET Reference.

Node Id of this node.

 

DISPID (Dispatch ID):

 

For more information, see NodeId in .NET Reference.

Type Id of the reference that was used to reach the node.

 

DISPID (Dispatch ID):

 

For more information, see ReferenceTypeId in .NET Reference.

Returns a string that represents the current object.

 

DISPID (Dispatch ID):

 

For more information, see ToString in .NET Reference.

Type Id of the type of this node.

 

DISPID (Dispatch ID):

 

For more information, see TypeDefinition in .NET Reference.

See Also

UANodeElement Object