OPC Labs EasyOPC-UA Library
Browse Method
OpcLabs_EasyOpcUA ActiveX DLL > EasyUAClient Object : Browse Method

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

 

DISPID (Dispatch ID):

 

For more information, see Browse in .NET Reference.

Syntax
Visual Basic
Public Function Browse( _
   ByVal endpointDescriptor As Variant, _
   ByVal NodeDescriptor As Variant, _
   ByVal BrowseParameters As Variant _
) As UANodeElementCollection
Parameters
endpointDescriptor

NodeDescriptor

BrowseParameters

Return Type

See Browse in .NET Reference.

Remarks

For remarks, see Browse in .NET Reference.

Example

For examples, see Browse in .NET Reference.

See Also

EasyUAClient Object  | EasyUAClient Members