QuickOPC User's Guide and Reference
SetValueArray Method (_ValueArrayResult)



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.OperationModel.ComTypes Namespace > _ValueArrayResult Interface : SetValueArray Method
Gets a generic array of System.Object values that is a successful result of the operation.
Syntax
'Declaration
 
Sub SetValueArray( _
   ByVal valueArray As Object _
) 
'Usage
 
Dim instance As _ValueArrayResult
Dim valueArray As Object
 
instance.SetValueArray(valueArray)
void SetValueArray( 
   object valueArray
)
void SetValueArray( 
   Object^ valueArray
) 

Parameters

valueArray
Remarks

This method or property does not throw any exceptions, aside from execution exceptions such as System.Threading.ThreadAbortException or System.OutOfMemoryException.

Intended for use from Visual Basic 6.0.
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also