OPC Labs EasyOPC “Classic” Library
DAPropertyArguments Object
Members 
OpcLabs_EasyOpcClassic ActiveX DLL : DAPropertyArguments Object
Description
Holds an OPC server, OPC node and OPC property descriptors, as arguments to some operation.

 

ProgId: OpcLabs.EasyOpc.DataAccess.OperationModel.DAPropertyArguments
CLSID (Class ID): d310a9b5-12ab-4b1c-9d65-801e1336eb8f
Default interface: OpcLabs.EasyOpc.DataAccess.OperationModel.ComTypes._DAPropertyArguments
Event source interface:

 

For more information, see DAPropertyArguments and OpcLabs.EasyOpc.DataAccess.OperationModel.ComTypes._DAPropertyArguments in .NET Reference.

Object Model

DAPropertyArguments ObjectOperationArguments ObjectOperationArguments ObjectDANodeDescriptor ObjectBrowsePath ObjectDANodeDescriptor ObjectDANodeDescriptor ObjectDANodeDescriptor ObjectDAPropertyDescriptor ObjectDAPropertyId ObjectXmlQualifiedName2 ObjectServerDescriptor ObjectNetworkSecurity Object

Remarks

For remarks, see DAPropertyArguments and OpcLabs.EasyOpc.DataAccess.OperationModel.ComTypes._DAPropertyArguments in .NET Reference.

Object creation

_DAPropertyArgumentsPtr DAPropertyArgumentsPtr(__uuidof(DAPropertyArguments));
DAPropertyArguments := CoDAPropertyArguments.Create;
var DAPropertyArguments = new ActiveXObject("OpcLabs.EasyOpc.DataAccess.OperationModel.DAPropertyArguments");
DAPropertyArguments := CoDAPropertyArguments.Create;
$DAPropertyArguments = Win32::OLE->new("OpcLabs.EasyOpc.DataAccess.OperationModel.DAPropertyArguments");
$DAPropertyArguments = new COM("OpcLabs.EasyOpc.DataAccess.OperationModel.DAPropertyArguments");
OLEObject DAPropertyArguments
DAPropertyArguments = CREATE OLEObject
DAPropertyArguments.ConnectToNewObject("OpcLabs.EasyOpc.DataAccess.OperationModel.DAPropertyArguments")
DAPropertyArguments = win32com.client.Dispatch('OpcLabs.EasyOpc.DataAccess.OperationModel.DAPropertyArguments')
Dim DAPropertyArguments As New OleObject ("OpcLabs.EasyOpc.DataAccess.OperationModel.DAPropertyArguments")
Dim DAPropertyArguments As New DAPropertyArguments
DAPropertyArguments = CREATEOBJECT("OpcLabs.EasyOpc.DataAccess.OperationModel.DAPropertyArguments")
Dim DAPropertyArguments As New DAPropertyArguments
Dim DAPropertyArguments: Set DAPropertyArguments = CreateObject("OpcLabs.EasyOpc.DataAccess.OperationModel.DAPropertyArguments")
DAPropertyArguments := CreateObject("OpcLabs.EasyOpc.DataAccess.OperationModel.DAPropertyArguments")
Interfaces
InterfaceDescription
An object that holds information.

 

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

 

For more information, see _Info in .NET Reference.

 
A common base class.

 

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

 

For more information, see _Object2 in .NET Reference.

Holds arguments of an operation.

 

IID (Interface ID): eee67ffb-a7b3-43c3-8bd9-47f2805c529a

 

For more information, see _OperationArguments in .NET Reference.

 

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

 

For more information, see ICloneable in .NET Reference.

 

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

 

For more information, see ISerializable in .NET Reference.

Example

For examples, see DAPropertyArguments in .NET Reference.

See Also

DAPropertyArguments Members