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

Description
Browses the Objects, specifying an endpoint descriptor, and a starting Node Id.

 

DISPID (Dispatch ID):

 

For more information, see BrowseObjects in .NET Reference.

Syntax
Visual Basic
Public Function BrowseObjects( _
   ByVal endpointDescriptorString As String, _
   ByVal nodeDescriptorString As String _
) As UANodeElementCollection
Parameters
endpointDescriptorString

nodeDescriptorString

Return Type

See BrowseObjects in .NET Reference.

Remarks

For remarks, see BrowseObjects in .NET Reference.

Example

For examples, see BrowseObjects in .NET Reference.

See Also

EasyUAClient Object  | EasyUAClient Members