QuickOPC User's Guide and Reference
Flatten<TNodeDescriptor> Method (NodeDescriptor)



OpcLabs.EasyOpcClassicCore Assembly > OpcLabs.EasyOpc Namespace > NodeDescriptor Class : Flatten<TNodeDescriptor> Method
Computes an equivalent node descriptor that is flattened.
Syntax
'Declaration
 
<NotNullAttribute()>
<PureAttribute()>
Protected Function Flatten(Of TNodeDescriptor As {New, NodeDescriptor})() As TNodeDescriptor
'Usage
 
Dim instance As NodeDescriptor
Dim value As TNodeDescriptor
 
value = instance.Flatten(Of TNodeDescriptor)()
[NotNull()]
[Pure()]
protected TNodeDescriptor Flatten<TNodeDescriptor>()
where TNodeDescriptor: new(), NodeDescriptor
[NotNull()]
[Pure()]
protected:
TNodeDescriptor^ Flattengeneric<typename TNodeDescriptor>
(); 
where TNodeDescriptor: gcnew(), NodeDescriptor

Type Parameters

TNodeDescriptor

Return Value

Returns an equivalent node descriptor browse path is flattened.
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