OPC Labs EasyOPC-UA Components Library
BrowseList Method
OpcLabs_EasyOpcUAComponents ActiveX DLL > EasyUAClient Object : BrowseList Method

Description
Browses the nodes in server's address space, returning a list. Starts from the specified node, and returns information about child nodes found.

 

DISPID (Dispatch ID):

 

For more information, see OpcLabs.EasyOpc.UA.ComTypes._EasyUAClient.BrowseList in .NET Reference.

Syntax
Visual Basic
Public Function BrowseList( _
   ByVal browseNodesArgumentsList As IList _
) As ElasticVector
Parameters
browseNodesArgumentsList

Return Type
Remarks

For remarks, see OpcLabs.EasyOpc.UA.ComTypes._EasyUAClient.BrowseList in .NET Reference.

Example

For examples, see OpcLabs.EasyOpc.UA.ComTypes._EasyUAClient.BrowseList in .NET Reference.

See Also

EasyUAClient Object  | EasyUAClient Members