OPC Studio User's Guide and Reference
ITreeTraversable<T> Interface
Members 



View with Navigation Tools
OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Graphs Namespace : ITreeTraversable<T> Interface
The type of objects to traverse.
Exposes the tree traverser, which supports iteration over a tree of nodes of a specified type.
Syntax
'Declaration
 
<CLSCompliantAttribute(True)>
<ComVisibleAttribute(False)>
<ExceptionContractAnnotationAttribute(True)>
Public Interface ITreeTraversable(Of T) 
   Inherits ITreeTraversable 
 
'Usage
 
Dim instance As ITreeTraversable(Of T)
Type Parameters
T
The type of objects to traverse.
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