OPC Labs Base Library
OperationArguments Object
Members 
OpcLabs_BaseLib ActiveX DLL : OperationArguments Object
Description
Holds arguments of an operation.

 

ProgId: OpcLabs.BaseLib.OperationModel.OperationArguments
CLSID (Class ID): c0529222-b9af-4a57-8e1e-acf4cb29f37c
Default interface: OpcLabs.BaseLib.OperationModel.ComTypes._OperationArguments
Event source interface:

 

For more information, see OperationArguments and OpcLabs.BaseLib.OperationModel.ComTypes._OperationArguments in .NET Reference.

Object Model

OperationArguments ObjectOperationArguments ObjectOperationArguments Object

Remarks

For remarks, see OperationArguments and OpcLabs.BaseLib.OperationModel.ComTypes._OperationArguments in .NET Reference.

Object creation

_OperationArgumentsPtr OperationArgumentsPtr(__uuidof(OperationArguments));
OperationArguments := CoOperationArguments.Create;
var OperationArguments = new ActiveXObject("OpcLabs.BaseLib.OperationModel.OperationArguments");
OperationArguments := CoOperationArguments.Create;
$OperationArguments = Win32::OLE->new("OpcLabs.BaseLib.OperationModel.OperationArguments");
$OperationArguments = new COM("OpcLabs.BaseLib.OperationModel.OperationArguments");
OLEObject OperationArguments
OperationArguments = CREATE OLEObject
OperationArguments.ConnectToNewObject("OpcLabs.BaseLib.OperationModel.OperationArguments")
OperationArguments = win32com.client.Dispatch('OpcLabs.BaseLib.OperationModel.OperationArguments')
Dim OperationArguments As New OleObject ("OpcLabs.BaseLib.OperationModel.OperationArguments")
Dim OperationArguments As New OperationArguments
OperationArguments = CREATEOBJECT("OpcLabs.BaseLib.OperationModel.OperationArguments")
Dim OperationArguments As New OperationArguments
Dim OperationArguments: Set OperationArguments = CreateObject("OpcLabs.BaseLib.OperationModel.OperationArguments")
OperationArguments := CreateObject("OpcLabs.BaseLib.OperationModel.OperationArguments")
Interfaces
InterfaceDescription
 

 

IID (Interface ID): 0cb251a7-3ab3-3b5c-a0b8-9ddf88824b85

 

For more information, see ICloneable in .NET Reference.

An object that holds information.

 

IID (Interface ID): b9103dfd-bace-4392-afb0-ff2bfc9c7ab7

 

For more information, see _Info in .NET Reference.

 

IID (Interface ID): d0eeaa62-3d30-3ee2-b896-a2f34dda47d8

 

For more information, see ISerializable in .NET Reference.

A common base class.

 

IID (Interface ID): 9b164457-eef8-4736-bae7-531d45ea2751

 

For more information, see _Object2 in .NET Reference.

Example

For examples, see OperationArguments in .NET Reference.

See Also

OperationArguments Members