'Declaration
Public Function GetMultiplePropertyValues( _ ByVal argumentsArray() As DAPropertyArguments _ ) As ValueResult()
'Usage
Dim instance As EasyDAClientCore Dim argumentsArray() As DAPropertyArguments Dim value() As ValueResult value = instance.GetMultiplePropertyValues(argumentsArray)
public ValueResult[] GetMultiplePropertyValues( DAPropertyArguments[] argumentsArray )
public: array<ValueResult^>^ GetMultiplePropertyValues( array<DAPropertyArguments^>^ argumentsArray )
Parameters
- argumentsArray
- Array of arguments, one element per each OPC property involved in the operation.
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).