OPC Labs EasyOPC “Classic” Library
DAPropertyId Object
Members 
OpcLabs_EasyOpcClassic ActiveX DLL : DAPropertyId Object
Description
The identifying number assigned by the OPC server to the property.

 

ProgId: OpcLabs.EasyOpc.DataAccess.DAPropertyId
CLSID (Class ID): 558d42e1-1548-4e77-b81c-d5d1b3b8e290
Default interface: OpcLabs.EasyOpc.DataAccess.ComTypes._DAPropertyId
Event source interface:

 

For more information, see DAPropertyId and OpcLabs.EasyOpc.DataAccess.ComTypes._DAPropertyId in .NET Reference.

Remarks

For remarks, see DAPropertyId and OpcLabs.EasyOpc.DataAccess.ComTypes._DAPropertyId in .NET Reference.

Object creation

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

See Also

DAPropertyId Members