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

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

 

DISPID (Dispatch ID):

 

For more information, see BrowseVariables in .NET Reference.

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

nodeDescriptorString

Return Type

See BrowseVariables in .NET Reference.

Remarks

For remarks, see BrowseVariables in .NET Reference.

Example

For examples, see BrowseVariables in .NET Reference.

See Also

EasyUAClient Object  | EasyUAClient Members