QuickOPC User's Guide and Reference
Flatten Method (_UANodeDescriptor)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.ComTypes Namespace > _UANodeDescriptor Interface : Flatten Method
Computes an equivalent node descriptor that is flattened.
Syntax
'Declaration
 
<NotNullAttribute()>
<PureAttribute()>
Function Flatten() As UANodeDescriptor
'Usage
 
Dim instance As _UANodeDescriptor
Dim value As UANodeDescriptor
 
value = instance.Flatten()
[NotNull()]
[Pure()]
UANodeDescriptor Flatten()
[NotNull()]
[Pure()]
UANodeDescriptor^ Flatten(); 

Return Value

Returns an equivalent node descriptor browse path is flattened.
Remarks

This method or property does not throw any exceptions, aside from execution exceptions such as System.Threading.ThreadAbortException or System.OutOfMemoryException.

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