OPC Labs EasyOPC-UA Library
UAWriterGroupDataCollection Collection
Members 
OpcLabs_EasyOpcUA ActiveX DLL : UAWriterGroupDataCollection Collection
Description
A collection of OPC-UA writer groups.

 

ProgId: OpcLabs.EasyOpc.UA.PubSub.Configuration.UAWriterGroupDataCollection
CLSID (Class ID): ba262886-6999-4975-9d30-662202eae572
Default interface: OpcLabs.EasyOpc.UA.PubSub.Configuration.ComTypes._UAWriterGroupDataCollection
Event source interface:

 

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

Object Model

UAWriterGroupDataCollection CollectionUAWriterGroupData ObjectUAKeyValueDictionary CollectionUADataSetWriterDataCollection CollectionUADataSetWriterData ObjectStringCollection CollectionUADiscoveryElementCollection CollectionUADiscoveryElement ObjectUAWriterGroupDescriptor Object

Remarks

For remarks, see UAWriterGroupDataCollection and OpcLabs.EasyOpc.UA.PubSub.Configuration.ComTypes._UAWriterGroupDataCollection in .NET Reference.

Object creation

_UAWriterGroupDataCollectionPtr UAWriterGroupDataCollectionPtr(__uuidof(UAWriterGroupDataCollection));
UAWriterGroupDataCollection := CoUAWriterGroupDataCollection.Create;
var UAWriterGroupDataCollection = new ActiveXObject("OpcLabs.EasyOpc.UA.PubSub.Configuration.UAWriterGroupDataCollection");
UAWriterGroupDataCollection := CoUAWriterGroupDataCollection.Create;
$UAWriterGroupDataCollection = Win32::OLE->new("OpcLabs.EasyOpc.UA.PubSub.Configuration.UAWriterGroupDataCollection");
$UAWriterGroupDataCollection = new COM("OpcLabs.EasyOpc.UA.PubSub.Configuration.UAWriterGroupDataCollection");
OLEObject UAWriterGroupDataCollection
UAWriterGroupDataCollection = CREATE OLEObject
UAWriterGroupDataCollection.ConnectToNewObject("OpcLabs.EasyOpc.UA.PubSub.Configuration.UAWriterGroupDataCollection")
UAWriterGroupDataCollection = win32com.client.Dispatch('OpcLabs.EasyOpc.UA.PubSub.Configuration.UAWriterGroupDataCollection')
Dim UAWriterGroupDataCollection As New OleObject ("OpcLabs.EasyOpc.UA.PubSub.Configuration.UAWriterGroupDataCollection")
Dim UAWriterGroupDataCollection As New UAWriterGroupDataCollection
UAWriterGroupDataCollection = CREATEOBJECT("OpcLabs.EasyOpc.UA.PubSub.Configuration.UAWriterGroupDataCollection")
Dim UAWriterGroupDataCollection As New UAWriterGroupDataCollection
Dim UAWriterGroupDataCollection: Set UAWriterGroupDataCollection = CreateObject("OpcLabs.EasyOpc.UA.PubSub.Configuration.UAWriterGroupDataCollection")
UAWriterGroupDataCollection := CreateObject("OpcLabs.EasyOpc.UA.PubSub.Configuration.UAWriterGroupDataCollection")
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 UAWriterGroupDataCollection in .NET Reference.

See Also

UAWriterGroupDataCollection Members