OPC Labs EasyOPC-UA Library
UAWriterGroupElement Object
Members 
OpcLabs_EasyOpcUA ActiveX DLL : UAWriterGroupElement Object
Description
Represents a writer group element in the PubSub configuration.

 

ProgId: OpcLabs.EasyOpc.UA.PubSub.Configuration.UAWriterGroupElement
CLSID (Class ID): f041ba29-2f48-48ad-ba2c-9c130bcf3b74
Default interface: OpcLabs.EasyOpc.UA.PubSub.Configuration.ComTypes._UAWriterGroupElement
Event source interface:

 

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

Object Model

UAWriterGroupElement ObjectUAKeyValueDictionary CollectionStringCollection CollectionUADiscoveryElementCollection CollectionUADiscoveryElement ObjectUAWriterGroupDescriptor ObjectUAKeyValueDictionary Collection

Remarks

For remarks, see UAWriterGroupElement and OpcLabs.EasyOpc.UA.PubSub.Configuration.ComTypes._UAWriterGroupElement in .NET Reference.

Object creation

_UAWriterGroupElementPtr UAWriterGroupElementPtr(__uuidof(UAWriterGroupElement));
UAWriterGroupElement := CoUAWriterGroupElement.Create;
var UAWriterGroupElement = new ActiveXObject("OpcLabs.EasyOpc.UA.PubSub.Configuration.UAWriterGroupElement");
UAWriterGroupElement := CoUAWriterGroupElement.Create;
$UAWriterGroupElement = Win32::OLE->new("OpcLabs.EasyOpc.UA.PubSub.Configuration.UAWriterGroupElement");
$UAWriterGroupElement = new COM("OpcLabs.EasyOpc.UA.PubSub.Configuration.UAWriterGroupElement");
OLEObject UAWriterGroupElement
UAWriterGroupElement = CREATE OLEObject
UAWriterGroupElement.ConnectToNewObject("OpcLabs.EasyOpc.UA.PubSub.Configuration.UAWriterGroupElement")
UAWriterGroupElement = win32com.client.Dispatch('OpcLabs.EasyOpc.UA.PubSub.Configuration.UAWriterGroupElement')
Dim UAWriterGroupElement As New OleObject ("OpcLabs.EasyOpc.UA.PubSub.Configuration.UAWriterGroupElement")
Dim UAWriterGroupElement As New UAWriterGroupElement
UAWriterGroupElement = CREATEOBJECT("OpcLabs.EasyOpc.UA.PubSub.Configuration.UAWriterGroupElement")
Dim UAWriterGroupElement As New UAWriterGroupElement
Dim UAWriterGroupElement: Set UAWriterGroupElement = CreateObject("OpcLabs.EasyOpc.UA.PubSub.Configuration.UAWriterGroupElement")
UAWriterGroupElement := CreateObject("OpcLabs.EasyOpc.UA.PubSub.Configuration.UAWriterGroupElement")
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.

 

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

 

For more information, see ICloneable in .NET Reference.

 

IID (Interface ID): 9a604ee7-e630-3ded-9444-baae247075ab

 

For more information, see IFormattable in .NET Reference.

 

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

 

For more information, see ISerializable in .NET Reference.

Represents a PubSub component element in the PubSub configuration.

 

IID (Interface ID): 23743679-f5cd-408e-8ccf-4e849341b7eb

 

For more information, see _UAPubSubComponentElement in .NET Reference.

Represents a PubSub group element in the PubSub configuration.

 

IID (Interface ID): d2fbab9f-c7f0-410a-a0bb-2422c681298c

 

For more information, see _UAPubSubGroupElement in .NET Reference.

Represents a PubSub object element in the PubSub configuration.

 

IID (Interface ID): 4614b76f-7224-424b-aa14-56e1b05f5464

 

For more information, see _UAPubSubObjectElement in .NET Reference.

Example

For examples, see UAWriterGroupElement in .NET Reference.

See Also

UAWriterGroupElement Members