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



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.OperationModel Namespace > ValueArrayResult Class : SetValueArray Method
Sets a generic array of Object values that is a successful result of the operation.
Syntax
'Declaration
 
<BrowsableAttribute(False)>
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Sub SetValueArray( _
   ByVal valueArray As Object _
) 
'Usage
 
Dim instance As ValueArrayResult
Dim valueArray As Object
 
instance.SetValueArray(valueArray)
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Advanced)]
public void SetValueArray( 
   object valueArray
)
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Advanced)]
public:
void SetValueArray( 
   Object^ valueArray
) 

Parameters

valueArray
Remarks

Intended for certain COM callers. You can simply use the ValueArray property setter in .NET instead.

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

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