OPC Labs EasyOPC-UA Library
SetInputArguments Method
OpcLabs_EasyOpcUA ActiveX DLL > UACallArguments Object : SetInputArguments Method

Description
Sets array of input arguments to the method call. The number of arguments and their types must conform to the method's requirements.

 

DISPID (Dispatch ID):

 

For more information, see SetInputArguments in .NET Reference.

Syntax
Visual Basic
Public Sub SetInputArguments( _
   ByVal InputArguments As Variant _
) 
Parameters
InputArguments

Return Type

See SetInputArguments in .NET Reference.

Remarks

For remarks, see SetInputArguments in .NET Reference.

Example

For examples, see SetInputArguments in .NET Reference.

See Also

UACallArguments Object  | UACallArguments Members