'Declaration
<ElementsNotNullAttribute()> <NotNullAttribute()> Function GetMultiplePropertyValues( _ ByVal argumentsArray() As DAPropertyArguments _ ) As ValueResult()
'Usage
Dim instance As IEasyDAClient Dim argumentsArray() As DAPropertyArguments Dim value() As ValueResult value = instance.GetMultiplePropertyValues(argumentsArray)
[ElementsNotNull()] [NotNull()] ValueResult[] GetMultiplePropertyValues( DAPropertyArguments[] argumentsArray )
[ElementsNotNull()] [NotNull()] array<ValueResult^>^ GetMultiplePropertyValues( array<DAPropertyArguments^>^ argumentsArray )
Parameters
- argumentsArray
- Array of arguments, one element per each OPC property involved in the operation.
Return Value
The function returns an array of OpcLabs.BaseLib.OperationModel.ValueResult objects. The indices of elements in the output array are the same as those in the input array.