OPC Labs EasyOPC “Classic” Library
DAPropertyElementCollection Collection
Members 
OpcLabs_EasyOpcClassic ActiveX DLL : DAPropertyElementCollection Collection
Description
A collection of property elements (DAPropertyElement), keyed by their names.

 

ProgId: OpcLabs.EasyOpc.DataAccess.AddressSpace.DAPropertyElementCollection
CLSID (Class ID): 7621de09-80dc-400b-807f-727b13e116aa
Default interface: OpcLabs.EasyOpc.DataAccess.AddressSpace.ComTypes._DAPropertyElementCollection
Event source interface:

 

For more information, see DAPropertyElementCollection and OpcLabs.EasyOpc.DataAccess.AddressSpace.ComTypes._DAPropertyElementCollection in .NET Reference.

Object Model

DAPropertyElementCollection CollectionDAPropertyElement ObjectVarType ObjectDAPropertyId ObjectXmlQualifiedName2 Object

Remarks

For remarks, see DAPropertyElementCollection and OpcLabs.EasyOpc.DataAccess.AddressSpace.ComTypes._DAPropertyElementCollection in .NET Reference.

Object creation

_DAPropertyElementCollectionPtr DAPropertyElementCollectionPtr(__uuidof(DAPropertyElementCollection));
DAPropertyElementCollection := CoDAPropertyElementCollection.Create;
var DAPropertyElementCollection = new ActiveXObject("OpcLabs.EasyOpc.DataAccess.AddressSpace.DAPropertyElementCollection");
DAPropertyElementCollection := CoDAPropertyElementCollection.Create;
$DAPropertyElementCollection = Win32::OLE->new("OpcLabs.EasyOpc.DataAccess.AddressSpace.DAPropertyElementCollection");
$DAPropertyElementCollection = new COM("OpcLabs.EasyOpc.DataAccess.AddressSpace.DAPropertyElementCollection");
OLEObject DAPropertyElementCollection
DAPropertyElementCollection = CREATE OLEObject
DAPropertyElementCollection.ConnectToNewObject("OpcLabs.EasyOpc.DataAccess.AddressSpace.DAPropertyElementCollection")
DAPropertyElementCollection = win32com.client.Dispatch('OpcLabs.EasyOpc.DataAccess.AddressSpace.DAPropertyElementCollection')
Dim DAPropertyElementCollection As New OleObject ("OpcLabs.EasyOpc.DataAccess.AddressSpace.DAPropertyElementCollection")
Dim DAPropertyElementCollection As New DAPropertyElementCollection
DAPropertyElementCollection = CREATEOBJECT("OpcLabs.EasyOpc.DataAccess.AddressSpace.DAPropertyElementCollection")
Dim DAPropertyElementCollection As New DAPropertyElementCollection
Dim DAPropertyElementCollection: Set DAPropertyElementCollection = CreateObject("OpcLabs.EasyOpc.DataAccess.AddressSpace.DAPropertyElementCollection")
DAPropertyElementCollection := CreateObject("OpcLabs.EasyOpc.DataAccess.AddressSpace.DAPropertyElementCollection")
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 DAPropertyElementCollection in .NET Reference.

See Also

DAPropertyElementCollection Members