OPC Labs EasyOPC-UA Library
EasyUAMonitoredItemArgumentsDictionary Collection
Members 
OpcLabs_EasyOpcUA ActiveX DLL : EasyUAMonitoredItemArgumentsDictionary Collection
Description
A dictionary of OPC-UA monitored item argument objects, keyed by monitored item handle.

 

ProgId: OpcLabs.EasyOpc.UA.OperationModel.EasyUAMonitoredItemArgumentsDictionary
CLSID (Class ID): 06db93b8-53ba-4921-8052-e7ae67154806
Default interface: OpcLabs.EasyOpc.UA.OperationModel.ComTypes._EasyUAMonitoredItemArgumentsDictionary
Event source interface:

 

For more information, see EasyUAMonitoredItemArgumentsDictionary and OpcLabs.EasyOpc.UA.OperationModel.ComTypes._EasyUAMonitoredItemArgumentsDictionary in .NET Reference.

Object Model

EasyUAMonitoredItemArgumentsDictionary CollectionEasyUAMonitoredItemArguments ObjectUAEndpointDescriptor ObjectUAIndexRangeList CollectionUAIndexRange ObjectOperationArguments ObjectUAMonitoringParameters ObjectUANodeDescriptor ObjectUASubscriptionParameters Object

Remarks

For remarks, see EasyUAMonitoredItemArgumentsDictionary and OpcLabs.EasyOpc.UA.OperationModel.ComTypes._EasyUAMonitoredItemArgumentsDictionary in .NET Reference.

Object creation

_EasyUAMonitoredItemArgumentsDictionaryPtr EasyUAMonitoredItemArgumentsDictionaryPtr(__uuidof(EasyUAMonitoredItemArgumentsDictionary));
EasyUAMonitoredItemArgumentsDictionary := CoEasyUAMonitoredItemArgumentsDictionary.Create;
var EasyUAMonitoredItemArgumentsDictionary = new ActiveXObject("OpcLabs.EasyOpc.UA.OperationModel.EasyUAMonitoredItemArgumentsDictionary");
EasyUAMonitoredItemArgumentsDictionary := CoEasyUAMonitoredItemArgumentsDictionary.Create;
$EasyUAMonitoredItemArgumentsDictionary = Win32::OLE->new("OpcLabs.EasyOpc.UA.OperationModel.EasyUAMonitoredItemArgumentsDictionary");
$EasyUAMonitoredItemArgumentsDictionary = new COM("OpcLabs.EasyOpc.UA.OperationModel.EasyUAMonitoredItemArgumentsDictionary");
OLEObject EasyUAMonitoredItemArgumentsDictionary
EasyUAMonitoredItemArgumentsDictionary = CREATE OLEObject
EasyUAMonitoredItemArgumentsDictionary.ConnectToNewObject("OpcLabs.EasyOpc.UA.OperationModel.EasyUAMonitoredItemArgumentsDictionary")
EasyUAMonitoredItemArgumentsDictionary = win32com.client.Dispatch('OpcLabs.EasyOpc.UA.OperationModel.EasyUAMonitoredItemArgumentsDictionary')
Dim EasyUAMonitoredItemArgumentsDictionary As New OleObject ("OpcLabs.EasyOpc.UA.OperationModel.EasyUAMonitoredItemArgumentsDictionary")
Dim EasyUAMonitoredItemArgumentsDictionary As New EasyUAMonitoredItemArgumentsDictionary
EasyUAMonitoredItemArgumentsDictionary = CREATEOBJECT("OpcLabs.EasyOpc.UA.OperationModel.EasyUAMonitoredItemArgumentsDictionary")
Dim EasyUAMonitoredItemArgumentsDictionary As New EasyUAMonitoredItemArgumentsDictionary
Dim EasyUAMonitoredItemArgumentsDictionary: Set EasyUAMonitoredItemArgumentsDictionary = CreateObject("OpcLabs.EasyOpc.UA.OperationModel.EasyUAMonitoredItemArgumentsDictionary")
EasyUAMonitoredItemArgumentsDictionary := CreateObject("OpcLabs.EasyOpc.UA.OperationModel.EasyUAMonitoredItemArgumentsDictionary")
Interfaces
InterfaceDescription
 

 

IID (Interface ID): de8db6f8-d101-3a92-8d1c-e72e5f10e992

 

For more information, see ICollection in .NET Reference.

 

IID (Interface ID): ab3f47e4-c227-3b05-bf9f-94649bef9888

 

For more information, see IDeserializationCallback in .NET Reference.

 

IID (Interface ID): 6a6841df-3287-3d87-8060-ce0b4c77d2a1

 

For more information, see IDictionary in .NET Reference.

 

IID (Interface ID): 496b0abe-cdee-11d3-88e8-00902754c43a

 

For more information, see IEnumerable in .NET Reference.

 

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

 

For more information, see ISerializable in .NET Reference.

Example

For examples, see EasyUAMonitoredItemArgumentsDictionary in .NET Reference.

See Also

EasyUAMonitoredItemArgumentsDictionary Members