Connectivity Software User's Guide and Reference
ToAbsolute Method (UAModelNodeDescriptor)



OpcLabs.EasyOpcUAPrimitives Assembly > OpcLabs.EasyOpc.UA.InformationModel Namespace > UAModelNodeDescriptor Class : ToAbsolute Method
Creates a copy of the model node descriptor with an absolute node descriptor.
Syntax
'Declaration
 
Public Function ToAbsolute() As UAModelNodeDescriptor
'Usage
 
Dim instance As UAModelNodeDescriptor
Dim value As UAModelNodeDescriptor
 
value = instance.ToAbsolute()
public UAModelNodeDescriptor ToAbsolute()
public:
UAModelNodeDescriptor^ ToAbsolute(); 

Return Value

Returns a clone of this model node descriptor with the browse path removed from the node descriptor, making it absolute.

This method never returns null (Nothing in Visual Basic).

Remarks

This method creates a copy of the current model node descriptor and sets the OpcLabs.EasyOpc.UA.UANodeDescriptor.BrowsePath to null, converting a potentially relative node descriptor (one that uses a browse path) to an absolute one (identified only by node ID).

Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also