'Declaration
<ExtensionAttribute()> <NotNullAttribute()> Public Overloads Shared Function BrowseTree( _ ByVal client As IEasyAEClient, _ ByVal browseArguments As AEBrowseArguments _ ) As ITreeTraversable(Of AENodeTreePosition)
'Usage
Dim client As IEasyAEClient Dim browseArguments As AEBrowseArguments Dim value As ITreeTraversable(Of AENodeTreePosition) value = IEasyAEClientExtension2.BrowseTree(client, browseArguments)
[Extension()] [NotNull()] public static ITreeTraversable<AENodeTreePosition> BrowseTree( IEasyAEClient client, AEBrowseArguments browseArguments )
[Extension()] [NotNull()] public: static ITreeTraversable<AENodeTreePosition^>^ BrowseTree( IEasyAEClient^ client, AEBrowseArguments^ browseArguments )
Parameters
- client
- The client object that will perform the operation.
This is typically the OpcLabs.EasyOpc.AlarmsAndEvents.EasyAEClient object.
The value of this parameter cannot be
null
(Nothing
in Visual Basic). - browseArguments
- Holds arguments needed to browse OPC A&E server nodes.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).
Return Value
This method never returns null
(Nothing
in Visual Basic).