OPC Labs EasyOPC-UA Library
UAPublishedVariableDataCollection Collection
Members 
OpcLabs_EasyOpcUA ActiveX DLL : UAPublishedVariableDataCollection Collection
Description
A collection of OPC-UA published variable configuration information.

 

ProgId: OpcLabs.EasyOpc.UA.PubSub.Configuration.UAPublishedVariableDataCollection
CLSID (Class ID): c80dea50-8085-4c82-9370-3981948eabc0
Default interface: OpcLabs.EasyOpc.UA.PubSub.Configuration.ComTypes._UAPublishedVariableDataCollection
Event source interface:

 

For more information, see UAPublishedVariableDataCollection and OpcLabs.EasyOpc.UA.PubSub.Configuration.ComTypes._UAPublishedVariableDataCollection in .NET Reference.

Object Model

UAPublishedVariableDataCollection CollectionUAPublishedVariableData ObjectUAIndexRangeList CollectionUAIndexRange ObjectUAQualifiedNameSet CollectionUANodeId Object

Remarks

For remarks, see UAPublishedVariableDataCollection and OpcLabs.EasyOpc.UA.PubSub.Configuration.ComTypes._UAPublishedVariableDataCollection in .NET Reference.

Object creation

_UAPublishedVariableDataCollectionPtr UAPublishedVariableDataCollectionPtr(__uuidof(UAPublishedVariableDataCollection));
UAPublishedVariableDataCollection := CoUAPublishedVariableDataCollection.Create;
var UAPublishedVariableDataCollection = new ActiveXObject("OpcLabs.EasyOpc.UA.PubSub.Configuration.UAPublishedVariableDataCollection");
UAPublishedVariableDataCollection := CoUAPublishedVariableDataCollection.Create;
$UAPublishedVariableDataCollection = Win32::OLE->new("OpcLabs.EasyOpc.UA.PubSub.Configuration.UAPublishedVariableDataCollection");
$UAPublishedVariableDataCollection = new COM("OpcLabs.EasyOpc.UA.PubSub.Configuration.UAPublishedVariableDataCollection");
OLEObject UAPublishedVariableDataCollection
UAPublishedVariableDataCollection = CREATE OLEObject
UAPublishedVariableDataCollection.ConnectToNewObject("OpcLabs.EasyOpc.UA.PubSub.Configuration.UAPublishedVariableDataCollection")
UAPublishedVariableDataCollection = win32com.client.Dispatch('OpcLabs.EasyOpc.UA.PubSub.Configuration.UAPublishedVariableDataCollection')
Dim UAPublishedVariableDataCollection As New OleObject ("OpcLabs.EasyOpc.UA.PubSub.Configuration.UAPublishedVariableDataCollection")
Dim UAPublishedVariableDataCollection As New UAPublishedVariableDataCollection
UAPublishedVariableDataCollection = CREATEOBJECT("OpcLabs.EasyOpc.UA.PubSub.Configuration.UAPublishedVariableDataCollection")
Dim UAPublishedVariableDataCollection As New UAPublishedVariableDataCollection
Dim UAPublishedVariableDataCollection: Set UAPublishedVariableDataCollection = CreateObject("OpcLabs.EasyOpc.UA.PubSub.Configuration.UAPublishedVariableDataCollection")
UAPublishedVariableDataCollection := CreateObject("OpcLabs.EasyOpc.UA.PubSub.Configuration.UAPublishedVariableDataCollection")
Interfaces
InterfaceDescription
 

 

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

 

For more information, see ICloneable in .NET Reference.

 

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

 

For more information, see ICollection in .NET Reference.

 

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

 

For more information, see IEnumerable in .NET Reference.

 

IID (Interface ID): 7bcfa00f-f764-3113-9140-3bbd127a96bb

 

For more information, see IList in .NET Reference.

Example

For examples, see UAPublishedVariableDataCollection in .NET Reference.

See Also

UAPublishedVariableDataCollection Members