'Declaration
Public Function BrowseNodes( _ ByVal serverDescriptor As ServerDescriptor, _ ByVal parentNodeDescriptor As AENodeDescriptor, _ ByVal browseParameters As AEBrowseParameters _ ) As AENodeElementCollection
'Usage
Dim instance As EasyAEClient Dim serverDescriptor As ServerDescriptor Dim parentNodeDescriptor As AENodeDescriptor Dim browseParameters As AEBrowseParameters Dim value As AENodeElementCollection value = instance.BrowseNodes(serverDescriptor, parentNodeDescriptor, browseParameters)
Parameters
- serverDescriptor
- The OPC server involved in the operation.
- parentNodeDescriptor
- Descriptor for the parent area to be browsed (can be the root).
- browseParameters
- Contains filtering conditions.
Return Value
The method returns a keyed collection of OpcLabs.EasyOpc.AlarmsAndEvents.AddressSpace.AENodeElement values, each containing information about a particular node (area or source) found. The keys of the keyed collection are the names of the nodes.