OPC Labs EasyOPC “Classic” Library
DAPropertyElement Object
Members 
OpcLabs_EasyOpcClassic ActiveX DLL : DAPropertyElement Object
Description
Contains information gathered about an OPC property.

 

ProgId: OpcLabs.EasyOpc.DataAccess.AddressSpace.DAPropertyElement
CLSID (Class ID): 33ff8f12-ef7b-4c54-9467-579c6abc3eb0
Default interface: OpcLabs.EasyOpc.DataAccess.AddressSpace.ComTypes._DAPropertyElement
Event source interface:

 

For more information, see DAPropertyElement and OpcLabs.EasyOpc.DataAccess.AddressSpace.ComTypes._DAPropertyElement in .NET Reference.

Object Model

DAPropertyElement ObjectVarType ObjectVarType ObjectVarType ObjectDAPropertyId ObjectXmlQualifiedName2 Object

Remarks

For remarks, see DAPropertyElement and OpcLabs.EasyOpc.DataAccess.AddressSpace.ComTypes._DAPropertyElement in .NET Reference.

Object creation

_DAPropertyElementPtr DAPropertyElementPtr(__uuidof(DAPropertyElement));
DAPropertyElement := CoDAPropertyElement.Create;
var DAPropertyElement = new ActiveXObject("OpcLabs.EasyOpc.DataAccess.AddressSpace.DAPropertyElement");
DAPropertyElement := CoDAPropertyElement.Create;
$DAPropertyElement = Win32::OLE->new("OpcLabs.EasyOpc.DataAccess.AddressSpace.DAPropertyElement");
$DAPropertyElement = new COM("OpcLabs.EasyOpc.DataAccess.AddressSpace.DAPropertyElement");
OLEObject DAPropertyElement
DAPropertyElement = CREATE OLEObject
DAPropertyElement.ConnectToNewObject("OpcLabs.EasyOpc.DataAccess.AddressSpace.DAPropertyElement")
DAPropertyElement = win32com.client.Dispatch('OpcLabs.EasyOpc.DataAccess.AddressSpace.DAPropertyElement')
Dim DAPropertyElement As New OleObject ("OpcLabs.EasyOpc.DataAccess.AddressSpace.DAPropertyElement")
Dim DAPropertyElement As New DAPropertyElement
DAPropertyElement = CREATEOBJECT("OpcLabs.EasyOpc.DataAccess.AddressSpace.DAPropertyElement")
Dim DAPropertyElement As New DAPropertyElement
Dim DAPropertyElement: Set DAPropertyElement = CreateObject("OpcLabs.EasyOpc.DataAccess.AddressSpace.DAPropertyElement")
DAPropertyElement := CreateObject("OpcLabs.EasyOpc.DataAccess.AddressSpace.DAPropertyElement")
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): d0eeaa62-3d30-3ee2-b896-a2f34dda47d8

 

For more information, see ISerializable in .NET Reference.

Example

For examples, see DAPropertyElement in .NET Reference.

See Also

DAPropertyElement Members