'Declaration
<NotNullAttribute()> Function BrowseMultiple( _ ByVal browseArgumentsArray() As UABrowseArguments _ ) As UANodeElementCollectionResult()
'Usage
Dim instance As IEasyUAClient Dim browseArgumentsArray() As UABrowseArguments Dim value() As UANodeElementCollectionResult value = instance.BrowseMultiple(browseArgumentsArray)
[NotNull()] UANodeElementCollectionResult[] BrowseMultiple( UABrowseArguments[] browseArgumentsArray )
[NotNull()] array<UANodeElementCollectionResult^>^ BrowseMultiple( array<UABrowseArguments^>^ browseArgumentsArray )
Parameters
- browseArgumentsArray
- Array of OpcLabs.EasyOpc.UA.OperationModel.UABrowseArguments. Specifies which nodes to browse in an OPC-UA server, and the browse parameters to be used.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).The individual elements of the parameter value cannot be
null
(Nothing
in Visual Basic).
Return Value
This method never returns null
(Nothing
in Visual Basic).
The individual elements of the returned value are never null
(Nothing
in Visual Basic).